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

/freebsd-13-stable/sys/dev/e1000/
H A Dem_txrx.c316 bool do_tso, tso_desc; local
321 do_tso = (csum_flags & CSUM_TSO);
330 if ((!do_tso) && (txr->tx_tso == TRUE)) {
337 if (do_tso) {

Completed in 28 milliseconds