Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_hwrm.c2033 u64 *tx_port_stats_ext = (u64 *)softc->hw_tx_port_stats_ext.idi_vaddr; in bnxt_hwrm_port_qstats_ext() local
H A Dhsi_struct_def.h29751 typedef struct tx_port_stats_ext { struct
29753 uint64_t tx_bytes_cos0;
29755 uint64_t tx_bytes_cos1;
29757 uint64_t tx_bytes_cos2;
29759 uint64_t tx_bytes_cos3;
29761 uint64_t tx_bytes_cos4;
29763 uint64_t tx_bytes_cos5;
29765 uint64_t tx_bytes_cos6;
29767 uint64_t tx_bytes_cos7;
29769 uint64_t tx_packets_cos0;
[all …]
H A Dbnxt.h1129 struct tx_port_stats_ext *tx_port_stats_ext; member