Home
last modified time | relevance | path

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

/linux-4.4.14/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()
1859 st->tx_cso += (skb->ip_summed == CHECKSUM_PARTIAL); in t1_start_xmit()
Dcxgb2.c509 *data++ = ss.tx_cso; in get_stats()
/linux-4.4.14/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()
2478 txq->tx_cso = 0; in t4vf_sge_alloc_eth_txq()
Dcxgb4vf_main.c1592 stats->tx_csum += txq->tx_cso; in collect_sge_port_stats()
1927 T("TxCSO:", tx_cso); in sge_qstats_show()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c1254 q->tx_cso += ssi->gso_segs; in t4_eth_xmit()
1263 q->tx_cso++; in t4_eth_xmit()
2689 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.h611 unsigned long tx_cso; /* # of Tx checksum offloads */ member
Dcxgb4_debugfs.c2321 TL("TxCSO:", tx_cso); in sge_qinfo_show()