Home
last modified time | relevance | path

Searched refs:IXGBE_ERR_SFP_NOT_PRESENT (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_phy.c1311 s32 status = IXGBE_ERR_SFP_NOT_PRESENT; in ixgbe_identify_module_generic()
1326 status = IXGBE_ERR_SFP_NOT_PRESENT; in ixgbe_identify_module_generic()
1356 status = IXGBE_ERR_SFP_NOT_PRESENT; in ixgbe_identify_sfp_module_generic()
1620 return IXGBE_ERR_SFP_NOT_PRESENT; in ixgbe_identify_sfp_module_generic()
1710 status = IXGBE_ERR_SFP_NOT_PRESENT; in ixgbe_identify_qsfp_module_generic()
1881 return IXGBE_ERR_SFP_NOT_PRESENT; in ixgbe_identify_qsfp_module_generic()
1907 return IXGBE_ERR_SFP_NOT_PRESENT; in ixgbe_get_sfp_init_sequence_offsets()
H A Dixgbe_82598.c867 if (phy_status == IXGBE_ERR_SFP_NOT_PRESENT) in ixgbe_reset_hw_82598()
1169 status = IXGBE_ERR_SFP_NOT_PRESENT; in ixgbe_read_i2c_phy_82598()
H A Dixgbe_x550.c1083 return IXGBE_ERR_SFP_NOT_PRESENT; in ixgbe_supported_sfp_modules_X550em()
1724 if (ret_val == IXGBE_ERR_SFP_NOT_PRESENT) in ixgbe_setup_mac_link_sfp_x550em()
H A Dixgbe_type.h3929 #define IXGBE_ERR_SFP_NOT_PRESENT -20 macro
/titanic_50/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c1344 case IXGBE_ERR_SFP_NOT_PRESENT: in ixgbe_init()