Searched refs:phyid (Results 1 – 9 of 9) sorted by relevance
/drivers/scsi/libsas/ |
D | sas_dump.c | 47 void sas_dprint_porte(int phyid, enum port_event pe) in sas_dprint_porte() argument 49 SAS_DPRINTK("phy%d: port event: %s\n", phyid, sas_porte_str[pe]); in sas_dprint_porte() 51 void sas_dprint_phye(int phyid, enum phy_event pe) in sas_dprint_phye() argument 53 SAS_DPRINTK("phy%d: phy event: %s\n", phyid, sas_phye_str[pe]); in sas_dprint_phye()
|
D | sas_dump.h | 27 void sas_dprint_porte(int phyid, enum port_event pe); 28 void sas_dprint_phye(int phyid, enum phy_event pe);
|
/drivers/net/usb/ |
D | asix_devices.c | 423 u32 phyid; in ax88772_bind() local 484 phyid = asix_get_phyid(dev); in ax88772_bind() 485 netdev_dbg(dev->net, "PHYID=0x%08x\n", phyid); in ax88772_bind() 608 u32 phyid; in ax88178_reset() local 643 phyid = asix_get_phyid(dev); in ax88178_reset() 644 netdev_dbg(dev->net, "PHYID=0x%08x\n", phyid); in ax88178_reset()
|
/drivers/net/ethernet/8390/ |
D | pcnet_cs.c | 877 u_int tmp, phyid; in mii_phy_probe() local 884 phyid = tmp << 16; in mii_phy_probe() 885 phyid |= mdio_read(mii_addr, i, MII_PHYID_REG2); in mii_phy_probe() 886 phyid &= MII_PHYID_REV_MASK; in mii_phy_probe() 887 netdev_dbg(dev, "MII at %d is 0x%08x\n", i, phyid); in mii_phy_probe() 888 if (phyid == AM79C9XX_HOME_PHY) { in mii_phy_probe() 890 } else if (phyid != AM79C9XX_ETH_PHY) { in mii_phy_probe()
|
/drivers/scsi/pm8001/ |
D | pm80xx_hwi.h | 426 __le32 phyid; member 437 __le32 phyid; member
|
D | pm80xx_hwi.c | 2766 le32_to_cpu(pPayload->phyid); in mpi_phy_start_resp() 3026 u32 phyid = in mpi_phy_stop_resp() local 3027 le32_to_cpu(pPayload->phyid); in mpi_phy_stop_resp() 3028 struct pm8001_phy *phy = &pm8001_ha->phy[phyid]; in mpi_phy_stop_resp() 3031 phyid, status)); in mpi_phy_stop_resp()
|
/drivers/net/ethernet/ti/ |
D | cpsw.c | 1535 u32 phyid; in cpsw_probe_dt() local 1548 phyid = be32_to_cpup(parp+1); in cpsw_probe_dt() 1551 PHY_ID_FMT, mdio->name, phyid); in cpsw_probe_dt()
|
/drivers/scsi/aic94xx/ |
D | aic94xx_reg_def.h | 64 #define LmBLKRST_COMBIST(phyid) (1 << (24 + phyid)) argument
|
/drivers/net/ethernet/broadcom/ |
D | tg3.c | 3986 u32 phyid, advertising; in tg3_power_down_prepare() local 4016 phyid = phydev->drv->phy_id & phydev->drv->phy_id_mask; in tg3_power_down_prepare() 4017 if (phyid != PHY_ID_BCMAC131) { in tg3_power_down_prepare() 4018 phyid &= PHY_BCM_OUI_MASK; in tg3_power_down_prepare() 4019 if (phyid == PHY_BCM_OUI_1 || in tg3_power_down_prepare() 4020 phyid == PHY_BCM_OUI_2 || in tg3_power_down_prepare() 4021 phyid == PHY_BCM_OUI_3) in tg3_power_down_prepare()
|