Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb/
Dsge.h60 u64 tx_cso; /* # of TX checksum offloads */ member
Dsge.c986 ss->tx_cso += st->tx_cso; in t1_sge_get_port_stats()
1857 st->tx_cso += (skb->ip_summed == CHECKSUM_PARTIAL); in t1_start_xmit()
Dcxgb2.c505 *data++ = ss.tx_cso; in get_stats()
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4vf/
Dadapter.h262 unsigned long tx_cso; /* # of TX checksum offloads */ member
Dsge.c1323 txq->tx_cso += ssi->gso_segs; in t4vf_eth_xmit()
1340 txq->tx_cso++; in t4vf_eth_xmit()
2502 txq->tx_cso = 0; in t4vf_sge_alloc_eth_txq()
Dcxgb4vf_main.c1811 stats->tx_csum += txq->tx_cso; in collect_sge_port_stats()
2248 T("TxCSO:", tx_cso); in sge_qstats_show()
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c1561 q->tx_cso += ssi->gso_segs; in cxgb4_eth_xmit()
1574 q->tx_cso++; in cxgb4_eth_xmit()
1866 txq->tx_cso += ssi->gso_segs; in cxgb4_vf_eth_xmit()
1884 txq->tx_cso++; in cxgb4_vf_eth_xmit()
3838 txq->tso = txq->tx_cso = txq->vlan_ins = 0; in t4_sge_alloc_eth_txq()
Dcxgb4_ethtool.c250 s->tx_csum += tx->tx_cso; in collect_sge_port_stats()
Dcxgb4.h765 unsigned long tx_cso; /* # of Tx checksum offloads */ member
Dcxgb4_debugfs.c2749 TL("TxCSO:", tx_cso); in sge_qinfo_show()