Home
last modified time | relevance | path

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

/freebsd/sys/dev/enic/
H A Dvnic_stats.h21 u64 tx_tso; member
H A Dif_enic.c1266 &stats->tx.tx_tso, "TX TSO"); in enic_setup_txq_sysctl()
/freebsd/sys/dev/e1000/
H A Dem_txrx.c214 txr->tx_tso = true; in em_tso_setup()
371 if ((!do_tso) && (txr->tx_tso == true)) { in em_isc_txd_encap()
374 txr->tx_tso = false; in em_isc_txd_encap()
H A Dif_em.h389 bool tx_tso; /* last tx was tso */ member
/freebsd/tools/tools/mwl/mwlstats/
H A Dmwlstats.c372 case S_TX_TSO: STAT(tx_tso); in mwl_get_curstat()
476 case S_TX_TSO: STAT(tx_tso); in mwl_get_totstat()
/freebsd/sys/dev/vnic/
H A Dnic.h284 uint64_t tx_tso; member
H A Dnicvf_queues.c1872 nic->drv_stats.tx_tso++; in nicvf_sq_add_hdr_subdesc()