Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c684 return IXGBE_ERR_NO_SPACE; in ixgbe_read_pba_string_generic()
727 return IXGBE_ERR_NO_SPACE; in ixgbe_read_pba_string_generic()
3938 first_empty_slot = vlvf_bypass ? IXGBE_ERR_NO_SPACE : 0; in ixgbe_find_vlvf_slot()
3962 return first_empty_slot ? first_empty_slot : IXGBE_ERR_NO_SPACE; in ixgbe_find_vlvf_slot()
H A Dixgbe_type.h4204 #define IXGBE_ERR_NO_SPACE -25 macro
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c6529 else if (ret == IXGBE_ERR_NO_SPACE) in ixgbe_addvlan()