Searched refs:first_empty_slot (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Dixgbe.c3230 int32_t regindex, first_empty_slot; local
3241 first_empty_slot = vlvf_bypass ? IXGBE_ERR_NO_SPACE : 0;
3255 if (!first_empty_slot && !bits)
3256 first_empty_slot = regindex;
3262 if (!first_empty_slot)
3265 return first_empty_slot ? first_empty_slot : IXGBE_ERR_NO_SPACE;

Completed in 110 milliseconds