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

/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c618 static int iflib_no_tx_batch = 0; variable
620 &iflib_no_tx_batch, 0, "minimize transmit latency at the possible expense of throughput");
3654 iflib_no_tx_batch || (TXQ_AVAIL(txq) - nsegs) <= MAX_TX_DESC(ctx) + 2) {
7250 iflib_no_tx_batch = 1;

Completed in 74 milliseconds