Searched refs:cnps (Results 1 – 2 of 2) sorted by relevance
96 struct bnxt_re_cc_stat *cnps; in bnxt_re_get_qos_stats() local137 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 …]
156 struct bnxt_re_cc_stat cnps; member