Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_ethtool.c288 struct sge_eohw_txq *eohw_tx; in collect_sge_port_stats() local
304 eohw_tx = &adap->sge.eohw_txq[p->first_qset]; in collect_sge_port_stats()
305 for (i = 0; i < p->nqsets; i++, eohw_tx++) { in collect_sge_port_stats()
306 s->tso += eohw_tx->tso; in collect_sge_port_stats()
307 s->uso += eohw_tx->uso; in collect_sge_port_stats()
308 s->tx_csum += eohw_tx->tx_cso; in collect_sge_port_stats()
309 s->vlan_ins += eohw_tx->vlan_ins; in collect_sge_port_stats()