Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/sfc/
DMakefile4 tx.o tx_common.o tx_tso.o rx.o rx_common.o \
/linux-5.19.10/drivers/scsi/snic/
Dvnic_stats.h33 u64 tx_tso; member
/linux-5.19.10/drivers/scsi/fnic/
Dvnic_stats.h33 u64 tx_tso; member
/linux-5.19.10/drivers/net/ethernet/cisco/enic/
Dvnic_stats.h35 u64 tx_tso; member
Denic_ethtool.c61 ENIC_TX_STAT(tx_tso),
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb/
Dsge.h61 u64 tx_tso; /* # of TSO requests */ member
Dsge.c997 ss->tx_tso += st->tx_tso; in t1_sge_get_port_stats()
1845 ++st->tx_tso; in t1_start_xmit()
Dcxgb2.c506 *data++ = ss.tx_tso; in get_stats()
/linux-5.19.10/drivers/net/ethernet/pensando/ionic/
Dionic_stats.c18 IONIC_LIF_STAT_DESC(tx_tso),
168 stats->tx_tso += txstats->tso; in ionic_add_lif_txq_stats()
Dionic_lif.h114 u64 tx_tso; member
/linux-5.19.10/drivers/net/ethernet/fungible/funeth/
Dfuneth_txrx.h83 u64 tx_tso; /* # of non-encapsulated TSO super-packets */ member
Dfuneth_tx.c203 FUN_QSTAT_INC(q, tx_tso); in write_pkt_desc()
Dfuneth_ethtool.c779 ADD_STAT(txs.tx_tso); in fun_get_ethtool_stats()
/linux-5.19.10/Documentation/networking/device_drivers/ethernet/pensando/
Dionic.rst134 tx_tso: 0
/linux-5.19.10/drivers/net/ethernet/cavium/thunder/
Dnic.h252 u64 tx_tso; member
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()
Dnicvf_ethtool.c102 NICVF_DRV_STAT(tx_tso),
Dnicvf_main.c1700 tmp_stats += drv_stats->tx_tso; in nicvf_update_stats()