Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_phy.h102 s32 ixgbe_identify_phy_generic(struct ixgbe_hw *hw);
H A Dixgbe_phy.c64 phy->ops.identify = &ixgbe_identify_phy_generic; in ixgbe_init_phy_ops_generic()
89 s32 ixgbe_identify_phy_generic(struct ixgbe_hw *hw) in ixgbe_identify_phy_generic() function
230 status = ixgbe_identify_phy_generic(hw); in ixgbe_reset_phy_generic()
H A Dixgbe_82599.c1931 status = ixgbe_identify_phy_generic(hw); in ixgbe_identify_phy_82599()