Lines Matching refs:num_bds
353 u16 new_idx = 0, num_bds = 0, num_bds_in_packet = 0; in qed_ll2_txq_completion() local
369 num_bds = ((s16)new_idx - (s16)p_tx->bds_idx); in qed_ll2_txq_completion()
370 while (num_bds) { in qed_ll2_txq_completion()
384 if (unlikely(num_bds < num_bds_in_packet)) { in qed_ll2_txq_completion()
390 num_bds -= num_bds_in_packet; in qed_ll2_txq_completion()
405 b_last_frag, !num_bds); in qed_ll2_txq_completion()
885 u16 new_idx = 0, num_bds = 0; in qed_ll2_lb_txq_completion() local
895 num_bds = ((s16)new_idx - (s16)p_tx->bds_idx); in qed_ll2_lb_txq_completion()
897 if (unlikely(!num_bds)) in qed_ll2_lb_txq_completion()
900 while (num_bds) { in qed_ll2_lb_txq_completion()
918 num_bds--; in qed_ll2_lb_txq_completion()