Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb/
Dsge.h61 u64 tx_cso; /* # of TX checksum offloads */ member
Dsge.c1001 ss->tx_cso += st->tx_cso; in t1_sge_get_port_stats()
1873 st->tx_cso += (skb->ip_summed == CHECKSUM_PARTIAL); in t1_start_xmit()
Dcxgb2.c511 *data++ = ss.tx_cso; in get_stats()
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4vf/
Dadapter.h252 unsigned long tx_cso; /* # of TX checksum offloads */ member
Dsge.c1218 txq->tx_cso += ssi->gso_segs; in t4vf_eth_xmit()
1234 txq->tx_cso++; in t4vf_eth_xmit()
2285 txq->tx_cso = 0; in t4vf_sge_alloc_eth_txq()
Dcxgb4vf_main.c1461 stats->tx_csum += txq->tx_cso; in collect_sge_port_stats()
1792 T("TxCSO:", tx_cso); in sge_qstats_show()
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h412 unsigned long tx_cso; /* # of Tx checksum offloads */ member
Dsge.c960 q->tx_cso += ssi->gso_segs; in t4_eth_xmit()
970 q->tx_cso++; in t4_eth_xmit()
2135 txq->tso = txq->tx_cso = txq->vlan_ins = 0; in t4_sge_alloc_eth_txq()
Dcxgb4_main.c1055 s->tx_csum += tx->tx_cso; in collect_sge_port_stats()