Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/bnxt/bnxt_en/
H A Dbnxt_hwrm.c1952 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.h29090 typedef struct tx_port_stats_ext { struct
29092 uint64_t tx_bytes_cos0;
29094 uint64_t tx_bytes_cos1;
29096 uint64_t tx_bytes_cos2;
29098 uint64_t tx_bytes_cos3;
29100 uint64_t tx_bytes_cos4;
29102 uint64_t tx_bytes_cos5;
29104 uint64_t tx_bytes_cos6;
29106 uint64_t tx_bytes_cos7;
29108 uint64_t tx_packets_cos0;
[all …]
H A Dbnxt.h1055 struct tx_port_stats_ext *tx_port_stats_ext; member