Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/ixgbe/
H A Dixgbe_phy.h161 s32 ixgbe_identify_phy_generic(struct ixgbe_hw *hw);
H A Dixgbe_phy.c254 phy->ops.identify = ixgbe_identify_phy_generic; in ixgbe_init_phy_ops_generic()
321 s32 ixgbe_identify_phy_generic(struct ixgbe_hw *hw) in ixgbe_identify_phy_generic() function
503 status = ixgbe_identify_phy_generic(hw); in ixgbe_reset_phy_generic()
H A Dixgbe_82599.c2172 status = ixgbe_identify_phy_generic(hw); in ixgbe_identify_phy_82599()
H A Dixgbe_x550.c375 return ixgbe_identify_phy_generic(hw); in ixgbe_identify_phy_x550em()