Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_phy.c1274 s32 status = IXGBE_ERR_SFP_NOT_PRESENT; in ixgbe_identify_module_generic()
1289 status = IXGBE_ERR_SFP_NOT_PRESENT; in ixgbe_identify_module_generic()
1319 status = IXGBE_ERR_SFP_NOT_PRESENT; in ixgbe_identify_sfp_module_generic()
1571 return IXGBE_ERR_SFP_NOT_PRESENT; in ixgbe_identify_sfp_module_generic()
1661 status = IXGBE_ERR_SFP_NOT_PRESENT; in ixgbe_identify_qsfp_module_generic()
1823 return IXGBE_ERR_SFP_NOT_PRESENT; in ixgbe_identify_qsfp_module_generic()
1848 return IXGBE_ERR_SFP_NOT_PRESENT; in ixgbe_get_sfp_init_sequence_offsets()
H A Dixgbe_82598.c869 if (phy_status == IXGBE_ERR_SFP_NOT_PRESENT) in ixgbe_reset_hw_82598()
1174 status = IXGBE_ERR_SFP_NOT_PRESENT; in ixgbe_read_i2c_phy_82598()
H A Dixgbe_x550.c1555 return IXGBE_ERR_SFP_NOT_PRESENT; in ixgbe_supported_sfp_modules_X550em()
2636 if (ret_val == IXGBE_ERR_SFP_NOT_PRESENT) in ixgbe_setup_mac_link_sfp_x550em()
2731 if (ret_val == IXGBE_ERR_SFP_NOT_PRESENT) in ixgbe_setup_mac_link_sfp_x550a()
H A Dixgbe_type.h4199 #define IXGBE_ERR_SFP_NOT_PRESENT -20 macro
H A Dixgbe_common.c508 if (status == IXGBE_SUCCESS || status == IXGBE_ERR_SFP_NOT_PRESENT) { in ixgbe_init_hw_generic()
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c1430 case IXGBE_ERR_SFP_NOT_PRESENT: in ixgbe_init()