Searched refs:num_bds (Results 1 – 1 of 1) sorted by relevance
214 u16 new_idx = 0, num_bds = 0, num_bds_in_packet = 0; in ecore_ll2_txq_completion() local232 num_bds = ((s16)new_idx - (s16)p_tx->bds_idx); in ecore_ll2_txq_completion()233 while (num_bds) { in ecore_ll2_txq_completion()252 if (num_bds < num_bds_in_packet) { in ecore_ll2_txq_completion()258 num_bds -= num_bds_in_packet; in ecore_ll2_txq_completion()276 !num_bds); in ecore_ll2_txq_completion()770 u16 new_idx = 0, num_bds = 0; in ecore_ll2_lb_txq_completion() local774 num_bds = ((s16)new_idx - (s16)p_tx->bds_idx); in ecore_ll2_lb_txq_completion()776 if (!num_bds) in ecore_ll2_lb_txq_completion()779 while (num_bds) { in ecore_ll2_lb_txq_completion()[all …]