Home
last modified time | relevance | path

Searched refs:IXGBE_ERR_LINK_SETUP (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_82598.c331 status = IXGBE_ERR_LINK_SETUP; in ixgbe_get_link_capabilities_82598()
614 return IXGBE_ERR_LINK_SETUP; in ixgbe_validate_link_ready()
738 status = IXGBE_ERR_LINK_SETUP; in ixgbe_setup_mac_link_82598()
H A Dixgbe_phy.c558 status = IXGBE_ERR_LINK_SETUP; in ixgbe_setup_phy_link_generic()
613 s32 status = IXGBE_ERR_LINK_SETUP; in ixgbe_get_copper_link_capabilities_generic()
776 status = IXGBE_ERR_LINK_SETUP; in ixgbe_setup_phy_link_tnx()
H A Dixgbe_82599.c378 status = IXGBE_ERR_LINK_SETUP; in ixgbe_get_link_capabilities_82599()
857 status = IXGBE_ERR_LINK_SETUP; in ixgbe_setup_mac_link_82599()
H A Dixgbe_type.h3164 #define IXGBE_ERR_LINK_SETUP -8 macro