Home
last modified time | relevance | path

Searched refs:ixgbe_identify_phy_generic (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_phy.h132 s32 ixgbe_identify_phy_generic(struct ixgbe_hw *hw);
H A Dixgbe_phy.c224 phy->ops.identify = ixgbe_identify_phy_generic; in ixgbe_init_phy_ops_generic()
291 s32 ixgbe_identify_phy_generic(struct ixgbe_hw *hw) in ixgbe_identify_phy_generic() function
474 status = ixgbe_identify_phy_generic(hw); in ixgbe_reset_phy_generic()
H A Dixgbe_82599.c2123 status = ixgbe_identify_phy_generic(hw); in ixgbe_identify_phy_82599()
H A Dixgbe_x550.c347 return ixgbe_identify_phy_generic(hw); in ixgbe_identify_phy_x550em()