Home
last modified time | relevance | path

Searched refs:tx_cso (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/cxgbe/
H A Dsge.c976 txq->stats.tx_cso++; in tx_do_packet_coalesce()
1159 txq->stats.tx_cso++; in t4_eth_xmit()
1199 txq->stats.tx_cso += m->tso_segsz; in t4_eth_xmit()
2080 txq->stats.tx_cso = 0; in t4_sge_alloc_eth_txq()
H A Dcxgbe_ethdev.c774 {"checksum_offloads", offsetof(struct sge_eth_tx_stats, tx_cso)},
/dpdk/drivers/net/cxgbe/base/
H A Dadapter.h248 u64 tx_cso; /* # of Tx checksum offloads */ member