Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_82598.c342 status = IXGBE_ERR_LINK_SETUP; in ixgbe_get_link_capabilities_82598()
627 return IXGBE_ERR_LINK_SETUP; in ixgbe_validate_link_ready()
749 status = IXGBE_ERR_LINK_SETUP; in ixgbe_setup_mac_link_82598()
H A Dixgbe_82599.c515 status = IXGBE_ERR_LINK_SETUP; in ixgbe_get_link_capabilities_82599()
936 status = IXGBE_ERR_LINK_SETUP; in ixgbe_setup_mac_link_82599()
H A Dixgbe_x550.c2632 return IXGBE_ERR_LINK_SETUP; in ixgbe_setup_sfi_x550a()
2835 return IXGBE_ERR_LINK_SETUP; in ixgbe_setup_ixfi_x550em()
2857 return IXGBE_ERR_LINK_SETUP; in ixgbe_setup_ixfi_x550em()
H A Dixgbe_type.h4277 #define IXGBE_ERR_LINK_SETUP -8 macro