Searched refs:roce_only_tmp (Results 1 – 1 of 1) sorted by relevance
90 struct bnxt_re_ro_counters roce_only_tmp[2] = {{}, {}}; in bnxt_re_get_qos_stats() local128 roce_only_tmp[0].tx_pkts = le64_to_cpu(resp.packet_2) + in bnxt_re_get_qos_stats()130 roce_only_tmp[0].tx_bytes = le64_to_cpu(resp.byte_2) + in bnxt_re_get_qos_stats()132 roce_only_tmp[0].rx_pkts = le64_to_cpu(resp.packet_3) + in bnxt_re_get_qos_stats()134 roce_only_tmp[0].rx_bytes = le64_to_cpu(resp.byte_3) + in bnxt_re_get_qos_stats()152 dstat->prev[0].tx_pkts = roce_only_tmp[0].tx_pkts; in bnxt_re_get_qos_stats()153 dstat->prev[0].tx_bytes = roce_only_tmp[0].tx_bytes; in bnxt_re_get_qos_stats()154 dstat->prev[0].rx_pkts = roce_only_tmp[0].rx_pkts; in bnxt_re_get_qos_stats()155 dstat->prev[0].rx_bytes = roce_only_tmp[0].rx_bytes; in bnxt_re_get_qos_stats()157 dstat->prev[1].tx_pkts = roce_only_tmp[1].tx_pkts; in bnxt_re_get_qos_stats()[all …]