Searched refs:tmp_counters (Results 1 – 1 of 1) sorted by relevance
91 struct bnxt_re_cnp_counters tmp_counters[2] = {{}, {}}; in bnxt_re_get_qos_stats() local123 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()125 tmp_counters[0].cnp_rx_pkts = le64_to_cpu(resp.packet_1); 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()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()[all …]