Lines Matching refs:num_bds
351 u16 new_idx = 0, num_bds = 0, num_bds_in_packet = 0; in qed_ll2_txq_completion() local
364 num_bds = ((s16)new_idx - (s16)p_tx->bds_idx); in qed_ll2_txq_completion()
365 while (num_bds) { in qed_ll2_txq_completion()
379 if (num_bds < num_bds_in_packet) { in qed_ll2_txq_completion()
385 num_bds -= num_bds_in_packet; in qed_ll2_txq_completion()
400 b_last_frag, !num_bds); in qed_ll2_txq_completion()
860 u16 new_idx = 0, num_bds = 0; in qed_ll2_lb_txq_completion() local
867 num_bds = ((s16)new_idx - (s16)p_tx->bds_idx); in qed_ll2_lb_txq_completion()
869 if (!num_bds) in qed_ll2_lb_txq_completion()
872 while (num_bds) { in qed_ll2_lb_txq_completion()
890 num_bds--; in qed_ll2_lb_txq_completion()