Lines Matching refs:num_bds
324 u16 new_idx = 0, num_bds = 0, num_bds_in_packet = 0; in qed_ll2_txq_completion() local
337 num_bds = ((s16)new_idx - (s16)p_tx->bds_idx); in qed_ll2_txq_completion()
338 while (num_bds) { in qed_ll2_txq_completion()
352 if (num_bds < num_bds_in_packet) { in qed_ll2_txq_completion()
358 num_bds -= num_bds_in_packet; in qed_ll2_txq_completion()
373 b_last_frag, !num_bds); in qed_ll2_txq_completion()
844 u16 new_idx = 0, num_bds = 0; in qed_ll2_lb_txq_completion() local
851 num_bds = ((s16)new_idx - (s16)p_tx->bds_idx); in qed_ll2_lb_txq_completion()
853 if (!num_bds) in qed_ll2_lb_txq_completion()
856 while (num_bds) { in qed_ll2_lb_txq_completion()
874 num_bds--; in qed_ll2_lb_txq_completion()