Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb/
Dsge.h51 u64 tx_cso; /* # of TX checksum offloads */ member
Dsge.c987 ss->tx_cso += st->tx_cso; in t1_sge_get_port_stats()
1895 st->tx_cso += (skb->ip_summed == CHECKSUM_PARTIAL); in t1_start_xmit()
Dcxgb2.c505 *data++ = ss.tx_cso; in get_stats()
/linux-6.1.9/drivers/net/ethernet/fungible/funeth/
Dfuneth_txrx.h82 u64 tx_cso; /* # of packets with checksum offload */ member
Dfuneth_tx.c257 q->stats.tx_cso += shinfo->gso_segs; in write_pkt_desc()
269 FUN_QSTAT_INC(q, tx_cso); in write_pkt_desc()
Dfuneth_ethtool.c779 ADD_STAT(txs.tx_cso); in fun_get_ethtool_stats()
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4vf/
Dadapter.h263 unsigned long tx_cso; /* # of TX checksum offloads */ member
Dsge.c1320 txq->tx_cso += ssi->gso_segs; in t4vf_eth_xmit()
1337 txq->tx_cso++; in t4vf_eth_xmit()
2500 txq->tx_cso = 0; in t4vf_sge_alloc_eth_txq()
Dcxgb4vf_main.c1816 stats->tx_csum += txq->tx_cso; in collect_sge_port_stats()
2219 T("TxCSO:", tx_cso); in sge_qstats_show()
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c1650 q->tx_cso += ssi->gso_segs; in cxgb4_eth_xmit()
1671 q->tx_cso += ssi->gso_segs; in cxgb4_eth_xmit()
1684 q->tx_cso++; in cxgb4_eth_xmit()
1978 txq->tx_cso += ssi->gso_segs; in cxgb4_vf_eth_xmit()
1996 txq->tx_cso++; in cxgb4_vf_eth_xmit()
2381 eohw_txq->tx_cso += skb_shinfo(skb)->gso_segs; in ethofld_hard_xmit()
2383 eohw_txq->tx_cso++; in ethofld_hard_xmit()
4675 txq->tx_cso = 0; in t4_sge_alloc_eth_txq()
4846 txq->tx_cso = 0; in t4_sge_alloc_ethofld_txq()
Dcxgb4.h874 unsigned long tx_cso; /* # of Tx checksum offloads */ member
959 unsigned long tx_cso; /* # of Tx checksum offloads */ member
Dcxgb4_ethtool.c295 s->tx_csum += tx->tx_cso; in collect_sge_port_stats()
308 s->tx_csum += eohw_tx->tx_cso; in collect_sge_port_stats()
Dcxgb4_debugfs.c2730 TL("TxCSO:", tx_cso); in sge_qinfo_show()
2841 TL("TxCSO:", tx_cso); in sge_qinfo_show()