Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dixgbe.c3240 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()
H A Dixgbe_type.h4362 #define IXGBE_ERR_NO_SPACE -25 macro