Searched refs:tx_port_stats_ext (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c661 u64 *tx_port_stats_ext = bp->tx_port_stats_ext.sw_stats; local
673 buf[j] = *(tx_port_stats_ext +
693 buf[j] = *(tx_port_stats_ext + n);
699 buf[j] = *(tx_port_stats_ext + n);
H A Dbnxt.h2352 struct bnxt_stats_mem tx_port_stats_ext; member in struct:bnxt
2581 (offsetof(struct tx_port_stats_ext, counter) / 8)
H A Dbnxt.c4707 stats = &bp->tx_port_stats_ext;
4710 tx_count = sizeof(struct tx_port_stats_ext) / 8;
4737 bnxt_free_stats_mem(bp, &bp->tx_port_stats_ext);
4803 if (bp->tx_port_stats_ext.hw_stats)
4808 bp->tx_port_stats_ext.len = sizeof(struct tx_port_stats_ext);
4809 rc = bnxt_alloc_stats_mem(bp, &bp->tx_port_stats_ext, true);
9535 bnxt_accumulate_stats(&bp->tx_port_stats_ext);
9587 tx_stat_size = bp->tx_port_stats_ext.hw_stats ?
9588 sizeof(struct tx_port_stats_ext)
[all...]
H A Dbnxt_hsi.h4865 /* tx_port_stats_ext (size:2048b/256B) */
4866 struct tx_port_stats_ext { struct

Completed in 267 milliseconds