Home
last modified time | relevance | path

Searched refs:num_bds_in_packet (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_ll2.c214 u16 new_idx = 0, num_bds = 0, num_bds_in_packet = 0; in ecore_ll2_txq_completion() local
245 num_bds_in_packet = p_pkt->bd_used; 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()
259 p_tx->bds_idx += num_bds_in_packet; in ecore_ll2_txq_completion()
260 while (num_bds_in_packet--) in ecore_ll2_txq_completion()