Searched defs:slotsfree (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.c442 int slotsfree; local
449 slotsfree = RING_FREE_REQUESTS(&xnfp->xnf_tx_ring);
451 if ((slotsfree < wanted) || forced_clean)
452 slotsfree = xnf_tx_clean_ring(xnfp);
459 if (slotsfree > wanted)
462 if (slotsfree >= wanted)
471 ASSERT(slotsfree <= RING_SIZE(&(xnfp->xnf_tx_ring)));
473 return (slotsfree);

Completed in 63 milliseconds