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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c934 int rc, coalescing; local
939 coalescing = 0;
953 coalescing = 1;
955 rc = get_frame_txinfo(txq, &frame, &txinfo, coalescing);
974 if (coalescing != 0 &&
984 * We weren't coalescing to begin with, or current frame could
992 coalescing = 0;
2135 * We'll do immediate data tx for non-LSO, but only when not coalescing. We're
2513 * coalescing only if sufficient hardware descriptors are available.

Completed in 53 milliseconds