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.c517 status = IXGBE_ERR_LINK_SETUP; in ixgbe_get_link_capabilities_82599()
938 status = IXGBE_ERR_LINK_SETUP; in ixgbe_setup_mac_link_82599()
H A Dixgbe_x550.c2636 return IXGBE_ERR_LINK_SETUP; in ixgbe_setup_sfi_x550a()
2839 return IXGBE_ERR_LINK_SETUP; in ixgbe_setup_ixfi_x550em()
2861 return IXGBE_ERR_LINK_SETUP; in ixgbe_setup_ixfi_x550em()
H A Dixgbe_type.h4279 #define IXGBE_ERR_LINK_SETUP -8 macro