Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ixgbe/
H A Dixgbe_transceiver.c85 (void) hw->phy.ops.identify_sfp(hw); in ixgbe_transceiver_info()
H A Dixgbe_main.c3750 (void) hw->phy.ops.identify_sfp(hw); in ixgbe_sfp_check()
/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82598.c221 ret_val = phy->ops.identify_sfp(hw); in ixgbe_init_phy_ops_82598()
1281 hw->phy.ops.identify_sfp(hw); in ixgbe_get_supported_physical_layer_82598()
H A Dixgbe_phy.c339 phy->ops.identify_sfp = ixgbe_identify_module_generic; in ixgbe_init_phy_ops_generic()
1637 hw->phy.ops.identify_sfp(hw); in ixgbe_get_supported_phy_sfp_layer_generic()
H A Dixgbe_x550.c1474 phy->ops.identify_sfp = ixgbe_identify_sfp_module_X550em; in ixgbe_init_phy_ops_X550em()
H A Dixgbe_type.h3750 s32 (*identify_sfp)(struct ixgbe_hw *); member