Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ix/
H A Dixgbe_phy.c1273 s32 status = IXGBE_ERR_SFP_NOT_PRESENT; in ixgbe_identify_module_generic()
1288 status = IXGBE_ERR_SFP_NOT_PRESENT; in ixgbe_identify_module_generic()
1318 status = IXGBE_ERR_SFP_NOT_PRESENT; in ixgbe_identify_sfp_module_generic()
1573 return IXGBE_ERR_SFP_NOT_PRESENT; in ixgbe_identify_sfp_module_generic()
1663 status = IXGBE_ERR_SFP_NOT_PRESENT; in ixgbe_identify_qsfp_module_generic()
1825 return IXGBE_ERR_SFP_NOT_PRESENT; in ixgbe_identify_qsfp_module_generic()
1850 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.c1556 return IXGBE_ERR_SFP_NOT_PRESENT; in ixgbe_supported_sfp_modules_X550em()
2637 if (ret_val == IXGBE_ERR_SFP_NOT_PRESENT) in ixgbe_setup_mac_link_sfp_x550em()
2732 if (ret_val == IXGBE_ERR_SFP_NOT_PRESENT) in ixgbe_setup_mac_link_sfp_x550a()
H A Dif_ix.c597 if (error == IXGBE_ERR_SFP_NOT_PRESENT) { in ix_attach()
628 } else if (error == IXGBE_ERR_SFP_NOT_PRESENT) { in ix_attach()
H A Dixgbe_type.h4195 #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()