Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb/
Dsge.h60 u64 tx_cso; /* # of TX checksum offloads */ member
Dsge.c987 ss->tx_cso += st->tx_cso; in t1_sge_get_port_stats()
1858 st->tx_cso += (skb->ip_summed == CHECKSUM_PARTIAL); in t1_start_xmit()
Dcxgb2.c509 *data++ = ss.tx_cso; in get_stats()
/drivers/net/ethernet/chelsio/cxgb4vf/
Dadapter.h261 unsigned long tx_cso; /* # of TX checksum offloads */ member
Dsge.c1324 txq->tx_cso += ssi->gso_segs; in t4vf_eth_xmit()
1341 txq->tx_cso++; in t4vf_eth_xmit()
2490 txq->tx_cso = 0; in t4vf_sge_alloc_eth_txq()
Dcxgb4vf_main.c1649 stats->tx_csum += txq->tx_cso; in collect_sge_port_stats()
2083 T("TxCSO:", tx_cso); in sge_qstats_show()
/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c1281 q->tx_cso += ssi->gso_segs; in t4_eth_xmit()
1290 q->tx_cso++; in t4_eth_xmit()
2804 txq->tso = txq->tx_cso = txq->vlan_ins = 0; in t4_sge_alloc_eth_txq()
Dcxgb4_ethtool.c318 s->tx_csum += tx->tx_cso; in collect_sge_port_stats()
Dcxgb4.h663 unsigned long tx_cso; /* # of Tx checksum offloads */ member
Dcxgb4_debugfs.c2504 TL("TxCSO:", tx_cso); in sge_qinfo_show()