Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dstats.c72 stats->cnp_stats.cnp_tx_bytes = le64_to_cpu(resp.byte_0); in bnxt_re_get_flow_stats_from_service_pf()
124 tmp_counters[0].cnp_tx_bytes = le64_to_cpu(resp.byte_0); in bnxt_re_get_qos_stats()
143 cnps->prev[0].cnp_tx_bytes = tmp_counters[0].cnp_tx_bytes; in bnxt_re_get_qos_stats()
148 cnps->prev[1].cnp_tx_bytes = tmp_counters[1].cnp_tx_bytes; in bnxt_re_get_qos_stats()
178 diff = bnxt_re_stat_diff(tmp_counters[0].cnp_tx_bytes, in bnxt_re_get_qos_stats()
179 &cnps->prev[0].cnp_tx_bytes, in bnxt_re_get_qos_stats()
182 cnps->cur[0].cnp_tx_bytes += bytes; in bnxt_re_get_qos_stats()
201 diff = bnxt_re_stat_diff(tmp_counters[1].cnp_tx_bytes, in bnxt_re_get_qos_stats()
202 &cnps->prev[1].cnp_tx_bytes, in bnxt_re_get_qos_stats()
204 cnps->cur[1].cnp_tx_bytes += diff + pkts * 4; in bnxt_re_get_qos_stats()
[all …]
H A Dstats.h43 u64 cnp_tx_bytes; member