Searched defs:phyid (Results 1 - 4 of 4) sorted by relevance

/drivers/scsi/libsas/
H A Dsas_dump.c46 void sas_dprint_porte(int phyid, enum port_event pe) argument
48 SAS_DPRINTK("phy%d: port event: %s\n", phyid, sas_porte_str[pe]);
50 void sas_dprint_phye(int phyid, enum phy_event pe) argument
52 SAS_DPRINTK("phy%d: phy event: %s\n", phyid, sas_phye_str[pe]);
/drivers/net/ethernet/8390/
H A Dpcnet_cs.c877 u_int tmp, phyid; local
884 phyid = tmp << 16;
885 phyid |= mdio_read(mii_addr, i, MII_PHYID_REG2);
886 phyid &= MII_PHYID_REV_MASK;
887 netdev_dbg(dev, "MII at %d is 0x%08x\n", i, phyid);
888 if (phyid == AM79C9XX_HOME_PHY) {
890 } else if (phyid != AM79C9XX_ETH_PHY) {
/drivers/net/usb/
H A Dasix.c1054 u32 phyid; local
1103 phyid = asix_get_phyid(dev);
1104 dbg("PHYID=0x%08x", phyid);
1216 u32 phyid; local
1251 phyid = asix_get_phyid(dev);
1252 dbg("PHYID=0x%08x", phyid);
/drivers/net/ethernet/broadcom/
H A Dtg3.c3568 u32 phyid, advertising; local
3598 phyid = phydev->drv->phy_id & phydev->drv->phy_id_mask;
3599 if (phyid != PHY_ID_BCMAC131) {
3600 phyid &= PHY_BCM_OUI_MASK;
3601 if (phyid == PHY_BCM_OUI_1 ||
3602 phyid == PHY_BCM_OUI_2 ||
3603 phyid == PHY_BCM_OUI_3)

Completed in 125 milliseconds