Searched refs:phy_id (Results 1 – 6 of 6) sorted by relevance
120 u16 phy_id = 0; in ngbe_validate_phy_addr() local125 NGBE_MD_DEV_PMA_PMD, &phy_id); in ngbe_validate_phy_addr()127 if (phy_id != 0xFFFF && phy_id != 0x0) in ngbe_validate_phy_addr()130 DEBUGOUT("PHY ID LOW is 0x%04X", phy_id); in ngbe_validate_phy_addr()
36 uint32_t phy_id; /* Link phy ID */ member
32 u32 phy_id; member
155 u16 phy_id = 0; in txgbe_validate_phy_addr() local160 TXGBE_MD_DEV_PMA_PMD, &phy_id); in txgbe_validate_phy_addr()162 if (phy_id != 0xFFFF && phy_id != 0x0) in txgbe_validate_phy_addr()165 DEBUGOUT("PHY ID HIGH is 0x%04X", phy_id); in txgbe_validate_phy_addr()204 enum txgbe_phy_type txgbe_get_phy_type_from_id(u32 phy_id) in txgbe_get_phy_type_from_id() argument208 switch (phy_id) { in txgbe_get_phy_type_from_id()
418 enum txgbe_phy_type txgbe_get_phy_type_from_id(u32 phy_id);
3150 u8 phy_id; in qed_grc_dump_phy() local3152 for (phy_id = 0; phy_id < OSAL_ARRAY_SIZE(s_phy_defs); phy_id++) { in qed_grc_dump_phy()3157 phy_defs = &s_phy_defs[phy_id]; in qed_grc_dump_phy()