Searched refs:phyid (Results 1 - 10 of 10) sorted by relevance

/drivers/scsi/libsas/
H A Dsas_dump.h27 void sas_dprint_porte(int phyid, enum port_event pe);
28 void sas_dprint_phye(int phyid, enum phy_event pe);
H A Dsas_dump.c47 void sas_dprint_porte(int phyid, enum port_event pe) argument
49 SAS_DPRINTK("phy%d: port event: %s\n", phyid, sas_porte_str[pe]);
51 void sas_dprint_phye(int phyid, enum phy_event pe) argument
53 SAS_DPRINTK("phy%d: phy event: %s\n", phyid, sas_phye_str[pe]);
/drivers/net/usb/
H A Dasix_devices.c422 u32 phyid; local
471 phyid = asix_get_phyid(dev);
472 netdev_dbg(dev->net, "PHYID=0x%08x\n", phyid);
595 u32 phyid; local
630 phyid = asix_get_phyid(dev);
631 netdev_dbg(dev->net, "PHYID=0x%08x\n", phyid);
H A Dsr9800.c734 u32 phyid; local
799 phyid = sr_get_phyid(dev);
800 netdev_dbg(dev->net, "PHYID=0x%08x\n", phyid);
/drivers/net/ethernet/8390/
H A Dpcnet_cs.c879 u_int tmp, phyid; local
886 phyid = tmp << 16;
887 phyid |= mdio_read(mii_addr, i, MII_PHYID_REG2);
888 phyid &= MII_PHYID_REV_MASK;
889 netdev_dbg(dev, "MII at %d is 0x%08x\n", i, phyid);
890 if (phyid == AM79C9XX_HOME_PHY) {
892 } else if (phyid != AM79C9XX_ETH_PHY) {
/drivers/scsi/pm8001/
H A Dpm80xx_hwi.h433 __le32 phyid; member in struct:phy_start_resp
444 __le32 phyid; member in struct:phy_stop_resp
H A Dpm80xx_hwi.c2861 "portid:%d; phyid:%d; linkrate:%d; "
3035 le32_to_cpu(pPayload->phyid);
3039 pm8001_printk("phy start resp status:0x%x, phyid:0x%x\n",
3105 pm8001_printk("portid:%d phyid:%d event:0x%x status:0x%x\n",
3295 u32 phyid = local
3296 le32_to_cpu(pPayload->phyid);
3297 struct pm8001_phy *phy = &pm8001_ha->phy[phyid];
3300 phyid, status));
4485 u32 operation, u32 phyid, u32 length, u32 *buf)
4499 payload.ppc_phyid = (((operation & 0xF) << 8) | (phyid
4484 mpi_set_phy_profile_req(struct pm8001_hba_info *pm8001_ha, u32 operation, u32 phyid, u32 length, u32 *buf) argument
[all...]
/drivers/net/ethernet/ti/
H A Dcpsw.c2012 u32 phyid; local
2028 phyid = be32_to_cpup(parp+1);
2036 PHY_ID_FMT, mdio->name, phyid);
/drivers/scsi/aic94xx/
H A Daic94xx_reg_def.h64 #define LmBLKRST_COMBIST(phyid) (1 << (24 + phyid))
/drivers/net/ethernet/broadcom/
H A Dtg3.c4049 u32 phyid, advertising; local
4079 phyid = phydev->drv->phy_id & phydev->drv->phy_id_mask;
4080 if (phyid != PHY_ID_BCMAC131) {
4081 phyid &= PHY_BCM_OUI_MASK;
4082 if (phyid == PHY_BCM_OUI_1 ||
4083 phyid == PHY_BCM_OUI_2 ||
4084 phyid == PHY_BCM_OUI_3)

Completed in 244 milliseconds