Home
last modified time | relevance | path

Searched refs:phy_id (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/net/ngbe/base/
H A Dngbe_phy.c120 u16 phy_id = 0; in ngbe_validate_phy_addr() local
125 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()
/dpdk/drivers/net/pfe/
H A Dpfe_mod.h36 uint32_t phy_id; /* Link phy ID */ member
H A Dpfe_eth.h32 u32 phy_id; member
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_phy.c155 u16 phy_id = 0; in txgbe_validate_phy_addr() local
160 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() argument
208 switch (phy_id) { in txgbe_get_phy_type_from_id()
H A Dtxgbe_phy.h418 enum txgbe_phy_type txgbe_get_phy_type_from_id(u32 phy_id);
/dpdk/drivers/net/qede/
H A Dqede_debug.c3150 u8 phy_id; in qed_grc_dump_phy() local
3152 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()