Home
last modified time | relevance | path

Searched refs:tx_tso (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/sys/dev/e1000/
Dem_txrx.c192 txr->tx_tso = true; in em_tso_setup()
338 if ((!do_tso) && (txr->tx_tso == true)) { in em_isc_txd_encap()
341 txr->tx_tso = false; in em_isc_txd_encap()
Dif_em.h378 bool tx_tso; /* last tx was tso */ member
/freebsd-12-stable/tools/tools/mwl/mwlstats/
Dmwlstats.c374 case S_TX_TSO: STAT(tx_tso); in mwl_get_curstat()
478 case S_TX_TSO: STAT(tx_tso); in mwl_get_totstat()
/freebsd-12-stable/sys/dev/vnic/
Dnic.h286 uint64_t tx_tso; member
Dnicvf_queues.c1868 nic->drv_stats.tx_tso++; in nicvf_sq_add_hdr_subdesc()