Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/
H A Dsge.c1036 txq->stats.tx_cso++; in tx_do_packet_coalesce()
1219 txq->stats.tx_cso++; in t4_eth_xmit()
1259 txq->stats.tx_cso += m->tso_segsz; in t4_eth_xmit()
2104 txq->stats.tx_cso = 0; in t4_sge_alloc_eth_txq()
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dadapter.h255 u64 tx_cso; /* # of Tx checksum offloads */ member