Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dstats.c96 struct bnxt_re_cc_stat *cnps; in bnxt_re_get_qos_stats() local
137 cnps = &rdev->stats.cnps; in bnxt_re_get_qos_stats()
139 if (!cnps->is_first) { in bnxt_re_get_qos_stats()
141 cnps->is_first = true; in bnxt_re_get_qos_stats()
142 cnps->prev[0].cnp_tx_pkts = tmp_counters[0].cnp_tx_pkts; 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()
144 cnps->prev[0].cnp_rx_pkts = tmp_counters[0].cnp_rx_pkts; in bnxt_re_get_qos_stats()
145 cnps->prev[0].cnp_rx_bytes = tmp_counters[0].cnp_rx_bytes; in bnxt_re_get_qos_stats()
147 cnps->prev[1].cnp_tx_pkts = tmp_counters[1].cnp_tx_pkts; 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()
[all …]
H A Dstats.h156 struct bnxt_re_cc_stat cnps; member