Searched refs:slotsfree (Results 1 – 1 of 1) sorted by relevance
442 int slotsfree; in tx_slots_get() local449 slotsfree = RING_FREE_REQUESTS(&xnfp->xnf_tx_ring); in tx_slots_get()451 if ((slotsfree < wanted) || forced_clean) in tx_slots_get()452 slotsfree = xnf_tx_clean_ring(xnfp); in tx_slots_get()459 if (slotsfree > wanted) in tx_slots_get()462 if (slotsfree >= wanted) in tx_slots_get()471 ASSERT(slotsfree <= RING_SIZE(&(xnfp->xnf_tx_ring))); in tx_slots_get()473 return (slotsfree); in tx_slots_get()