Home
last modified time | relevance | path

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

/linux/drivers/scsi/fnic/
H A Dvnic_stats.h21 u64 tx_tso; member
/linux/drivers/scsi/snic/
H A Dvnic_stats.h19 u64 tx_tso; member
/linux/drivers/net/ethernet/cisco/enic/
H A Dvnic_stats.h22 u64 tx_tso; member
H A Denic_ethtool.c81 ENIC_TX_STAT(tx_tso),
/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.h52 u64 tx_tso; /* # of TSO requests */ member
H A Dsge.c988 ss->tx_tso += st->tx_tso; in t1_sge_get_port_stats()
1836 ++st->tx_tso; in t1_start_xmit()
H A Dcxgb2.c506 *data++ = ss.tx_tso; in get_stats()
/linux/drivers/net/ethernet/sfc/
H A DMakefile4 tx.o tx_common.o tx_tso.o rx.o rx_common.o \
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_stats.c18 IONIC_LIF_STAT_DESC(tx_tso),
180 stats->tx_tso += txstats->tso; in ionic_add_lif_txq_stats()
H A Dionic_lif.h127 u64 tx_tso; member
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_txrx.h84 u64 tx_tso; /* # of non-encapsulated TSO super-packets */ member
H A Dfuneth_tx.c253 FUN_QSTAT_INC(q, tx_tso); in write_pkt_desc()
H A Dfuneth_ethtool.c780 ADD_STAT(txs.tx_tso); in fun_get_ethtool_stats()
/linux/Documentation/networking/device_drivers/ethernet/pensando/
H A Dionic.rst140 tx_tso: 0
/linux/drivers/net/ethernet/cavium/thunder/
H A Dnic.h252 u64 tx_tso; member
H A Dnicvf_queues.c1389 this_cpu_inc(nic->pnicvf->drv_stats->tx_tso); in nicvf_sq_add_hdr_subdesc()
1545 this_cpu_inc(nic->pnicvf->drv_stats->tx_tso); in nicvf_sq_append_tso()
H A Dnicvf_ethtool.c102 NICVF_DRV_STAT(tx_tso),
H A Dnicvf_main.c1699 tmp_stats += drv_stats->tx_tso; in nicvf_update_stats()