Home
last modified time | relevance | path

Searched defs:tx_port_stats_ext (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hsi.h5063 struct tx_port_stats_ext { struct
5064 __le64 tx_bytes_cos0;
5065 __le64 tx_bytes_cos1;
5066 __le64 tx_bytes_cos2;
5067 __le64 tx_bytes_cos3;
5068 __le64 tx_bytes_cos4;
5069 __le64 tx_bytes_cos5;
5070 __le64 tx_bytes_cos6;
5071 __le64 tx_bytes_cos7;
5072 __le64 tx_packets_cos0;
[all …]
H A Dbnxt_ethtool.c662 u64 *tx_port_stats_ext = bp->tx_port_stats_ext.sw_stats; in bnxt_get_ethtool_stats() local
H A Dbnxt.h2526 struct bnxt_stats_mem tx_port_stats_ext; member