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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.c1438 * Push a list of prepared packets (`txp') into the transmit ring.
1512 int prepared; local
1520 prepared = 0;
1652 prepared++;
1660 if (prepared == NET_TX_RING_SIZE)
1664 DTRACE_PROBE1(xnf_send_prepared, int, prepared);
1683 * Push the packets we have prepared into the ring. They may
1690 * If some packets that we prepared were not sent, unprepare

Completed in 78 milliseconds