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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.c1443 int slots_free; local
1457 slots_free = tx_slots_get(xnfp, 1, B_FALSE);
1458 DTRACE_PROBE1(xnf_send_slotsfree, int, slots_free);
1462 while ((txp != NULL) && (slots_free > 0)) {
1481 slots_free--;

Completed in 48 milliseconds