Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_phy.c1264 s32 status = IXGBE_ERR_SFP_NOT_PRESENT; in ixgbe_identify_module_generic()
1279 status = IXGBE_ERR_SFP_NOT_PRESENT; in ixgbe_identify_module_generic()
1310 status = IXGBE_ERR_SFP_NOT_PRESENT; in ixgbe_identify_sfp_module_generic()
1568 return IXGBE_ERR_SFP_NOT_PRESENT; in ixgbe_identify_sfp_module_generic()
1659 status = IXGBE_ERR_SFP_NOT_PRESENT; in ixgbe_identify_qsfp_module_generic()
1826 return IXGBE_ERR_SFP_NOT_PRESENT; in ixgbe_identify_qsfp_module_generic()
1851 return IXGBE_ERR_SFP_NOT_PRESENT; in ixgbe_get_sfp_init_sequence_offsets()
H A Dixgbe_82598.c868 if (phy_status == IXGBE_ERR_SFP_NOT_PRESENT) in ixgbe_reset_hw_82598()
1173 status = IXGBE_ERR_SFP_NOT_PRESENT; in ixgbe_read_i2c_phy_82598()
H A Dixgbe_x550.c1559 return IXGBE_ERR_SFP_NOT_PRESENT; in ixgbe_supported_sfp_modules_X550em()
2646 if (ret_val == IXGBE_ERR_SFP_NOT_PRESENT) in ixgbe_setup_mac_link_sfp_x550em()
2741 if (ret_val == IXGBE_ERR_SFP_NOT_PRESENT) in ixgbe_setup_mac_link_sfp_x550a()
H A Dif_ix.c959 if (error == IXGBE_ERR_SFP_NOT_PRESENT) { in ixgbe_if_attach_pre()
993 case IXGBE_ERR_SFP_NOT_PRESENT: in ixgbe_if_attach_pre()
H A Dixgbe_type.h4258 #define IXGBE_ERR_SFP_NOT_PRESENT -20 macro
H A Dixgbe_common.c505 if (status == IXGBE_SUCCESS || status == IXGBE_ERR_SFP_NOT_PRESENT) { in ixgbe_init_hw_generic()