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

/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.h51 u64 tx_cso; /* # of TX checksum offloads */ member in struct:sge_port_stats
H A Dsge.c987 ss->tx_cso += st->tx_cso;
1895 st->tx_cso += (skb->ip_summed == CHECKSUM_PARTIAL);
H A Dcxgb2.c505 *data++ = ss.tx_cso;
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dadapter.h263 unsigned long tx_cso; /* # of TX checksum offloads */ member in struct:sge_eth_txq
H A Dsge.c1320 txq->tx_cso += ssi->gso_segs;
1337 txq->tx_cso++;
2500 txq->tx_cso = 0;
H A Dcxgb4vf_main.c1816 stats->tx_csum += txq->tx_cso;
2219 T("TxCSO:", tx_cso);
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_txrx.h83 u64 tx_cso; /* # of packets with checksum offload */ member in struct:funeth_txq_stats
H A Dfuneth_tx.c257 q->stats.tx_cso += shinfo->gso_segs;
269 FUN_QSTAT_INC(q, tx_cso);
H A Dfuneth_ethtool.c78 "tx_cso",
779 ADD_STAT(txs.tx_cso);
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c1636 q->tx_cso += ssi->gso_segs;
1657 q->tx_cso += ssi->gso_segs;
1670 q->tx_cso++;
1964 txq->tx_cso += ssi->gso_segs;
1982 txq->tx_cso++;
2367 eohw_txq->tx_cso += skb_shinfo(skb)->gso_segs;
2369 eohw_txq->tx_cso++;
4661 txq->tx_cso = 0;
4832 txq->tx_cso = 0;
H A Dcxgb4.h874 unsigned long tx_cso; /* # of Tx checksum offloads */ member in struct:sge_eth_txq
959 unsigned long tx_cso; /* # of Tx checksum offloads */ member in struct:sge_eohw_txq
H A Dcxgb4_ethtool.c295 s->tx_csum += tx->tx_cso;
308 s->tx_csum += eohw_tx->tx_cso;
H A Dcxgb4_debugfs.c2730 TL("TxCSO:", tx_cso);
2841 TL("TxCSO:", tx_cso);

Completed in 240 milliseconds