Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A DMakefile4 tx.o tx_common.o tx_tso.o rx.o rx_common.o \
/OK3568_Linux_fs/kernel/drivers/scsi/snic/
H A Dvnic_stats.h33 u64 tx_tso; member
/OK3568_Linux_fs/kernel/drivers/scsi/fnic/
H A Dvnic_stats.h33 u64 tx_tso; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.h61 u64 tx_tso; /* # of TSO requests */ member
H A Dsge.c993 ss->tx_tso += st->tx_tso; in t1_sge_get_port_stats()
1806 ++st->tx_tso; in t1_start_xmit()
H A Dcxgb2.c505 *data++ = ss.tx_tso; in get_stats()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cisco/enic/
H A Dvnic_stats.h35 u64 tx_tso; member
H A Denic_ethtool.c61 ENIC_TX_STAT(tx_tso),
/OK3568_Linux_fs/kernel/drivers/net/ethernet/pensando/ionic/
H A Dionic_stats.c17 IONIC_LIF_STAT_DESC(tx_tso),
193 stats->tx_tso += txstats->tso; in ionic_get_lif_stats()
H A Dionic_lif.h115 u64 tx_tso; member
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/pensando/
H A Dionic.rst134 tx_tso: 0
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/thunder/
H A Dnic.h252 u64 tx_tso; member
H A Dnicvf_queues.c1388 this_cpu_inc(nic->pnicvf->drv_stats->tx_tso); in nicvf_sq_add_hdr_subdesc()
1544 this_cpu_inc(nic->pnicvf->drv_stats->tx_tso); in nicvf_sq_append_tso()
H A Dnicvf_ethtool.c101 NICVF_DRV_STAT(tx_tso),
H A Dnicvf_main.c1703 tmp_stats += drv_stats->tx_tso; in nicvf_update_stats()