Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sfc/
DMakefile3 selftest.o ethtool.o ptp.o tx_tso.o \
/Linux-v4.19/drivers/scsi/snic/
Dvnic_stats.h33 u64 tx_tso; member
/Linux-v4.19/drivers/scsi/fnic/
Dvnic_stats.h33 u64 tx_tso; member
/Linux-v4.19/drivers/net/ethernet/cisco/enic/
Dvnic_stats.h35 u64 tx_tso; member
Denic_ethtool.c61 ENIC_TX_STAT(tx_tso),
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb/
Dsge.h61 u64 tx_tso; /* # of TSO requests */ member
Dsge.c988 ss->tx_tso += st->tx_tso; in t1_sge_get_port_stats()
1799 ++st->tx_tso; in t1_start_xmit()
Dcxgb2.c506 *data++ = ss.tx_tso; in get_stats()
/Linux-v4.19/drivers/net/ethernet/cavium/thunder/
Dnic.h255 u64 tx_tso; member
Dnicvf_ethtool.c105 NICVF_DRV_STAT(tx_tso),
Dnicvf_queues.c1392 this_cpu_inc(nic->pnicvf->drv_stats->tx_tso); in nicvf_sq_add_hdr_subdesc()
1547 this_cpu_inc(nic->pnicvf->drv_stats->tx_tso); in nicvf_sq_append_tso()
Dnicvf_main.c1648 tmp_stats += drv_stats->tx_tso; in nicvf_update_stats()