Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/bnxt/bnxt_re/
H A Dstats.c91 struct bnxt_re_cnp_counters tmp_counters[2] = {{}, {}}; in bnxt_re_get_qos_stats() local
123 tmp_counters[0].cnp_tx_pkts = le64_to_cpu(resp.packet_0); in bnxt_re_get_qos_stats()
124 tmp_counters[0].cnp_tx_bytes = le64_to_cpu(resp.byte_0); in bnxt_re_get_qos_stats()
126 tmp_counters[0].cnp_rx_bytes = le64_to_cpu(resp.byte_1); in bnxt_re_get_qos_stats()
174 pkts = bnxt_re_stat_diff(tmp_counters[0].cnp_tx_pkts, in bnxt_re_get_qos_stats()
178 diff = bnxt_re_stat_diff(tmp_counters[0].cnp_tx_bytes, in bnxt_re_get_qos_stats()
183 pkts = bnxt_re_stat_diff(tmp_counters[0].cnp_rx_pkts, in bnxt_re_get_qos_stats()
187 bytes = bnxt_re_stat_diff(tmp_counters[0].cnp_rx_bytes, in bnxt_re_get_qos_stats()
197 pkts = bnxt_re_stat_diff(tmp_counters[1].cnp_tx_pkts, in bnxt_re_get_qos_stats()
201 diff = bnxt_re_stat_diff(tmp_counters[1].cnp_tx_bytes, in bnxt_re_get_qos_stats()
[all …]