Searched refs:IXGBE_ERR_NO_SPACE (Results 1 – 2 of 2) sorted by relevance
3240 first_empty_slot = vlvf_bypass ? IXGBE_ERR_NO_SPACE : 0; in ixgbe_find_vlvf_slot()3264 return first_empty_slot ? first_empty_slot : IXGBE_ERR_NO_SPACE; in ixgbe_find_vlvf_slot()
4362 #define IXGBE_ERR_NO_SPACE -25 macro