Searched refs:out_tbl (Results 1 – 1 of 1) sorted by relevance
837 uint64_t *out_tbl, in bnxt_update_fc_pre_qstat() argument844 out_tbl[2 * in_tbl_cnt] = filter->hw_stats.packets; in bnxt_update_fc_pre_qstat()845 out_tbl[2 * in_tbl_cnt + 1] = filter->hw_stats.bytes; in bnxt_update_fc_pre_qstat()854 uint64_t *out_tbl, in bnxt_update_fc_post_qstat() argument857 filter->hw_stats.packets = out_tbl[2 * out_tbl_idx]; in bnxt_update_fc_post_qstat()858 filter->hw_stats.bytes = out_tbl[(2 * out_tbl_idx) + 1]; in bnxt_update_fc_post_qstat()