Home
last modified time | relevance | path

Searched refs:IXGBE_ERR_PHY_ADDR_INVALID (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_phy.c329 s32 status = IXGBE_ERR_PHY_ADDR_INVALID; in ixgbe_identify_phy_generic()
351 return IXGBE_ERR_PHY_ADDR_INVALID; in ixgbe_identify_phy_generic()
1304 s32 status = IXGBE_ERR_PHY_ADDR_INVALID; in ixgbe_identify_sfp_module_generic()
1644 s32 status = IXGBE_ERR_PHY_ADDR_INVALID; in ixgbe_identify_qsfp_module_generic()
H A Dixgbe_x550.c484 return IXGBE_ERR_PHY_ADDR_INVALID; in ixgbe_get_phy_id_fw()
2324 ret_val == IXGBE_ERR_PHY_ADDR_INVALID) in ixgbe_init_phy_ops_X550em()
2454 status == IXGBE_ERR_PHY_ADDR_INVALID) { in ixgbe_reset_hw_X550em()
2766 return IXGBE_ERR_PHY_ADDR_INVALID; in ixgbe_setup_mac_link_sfp_x550a()
H A Dixgbe_type.h4196 #define IXGBE_ERR_PHY_ADDR_INVALID -17 macro