Searched refs:nr_bds (Results 1 – 4 of 4) sorted by relevance
118 unsigned short nr_bds = 0; in bnxt_start_xmit() local141 nr_bds = long_bd + tx_pkt->nb_segs; in bnxt_start_xmit()142 if (unlikely(bnxt_tx_avail(txq) < nr_bds)) in bnxt_start_xmit()146 if (unlikely(nr_bds > BNXT_MAX_TSO_SEGS)) { in bnxt_start_xmit()148 "Num descriptors %d exceeds HW limit\n", nr_bds); in bnxt_start_xmit()173 tx_buf->nr_bds = nr_bds; in bnxt_start_xmit()354 unsigned short nr_bds; in bnxt_tx_cmp_fast() local357 nr_bds = tx_buf->nr_bds; in bnxt_tx_cmp_fast()358 for (j = 0; j < nr_bds; j++) { in bnxt_tx_cmp_fast()386 unsigned short nr_bds = tx_buf->nr_bds; in bnxt_tx_cmp() local[all …]
29 unsigned short nr_bds; member
339 tx_buf->nr_bds = 1; in bnxt_xmit_one()
375 tx_buf->nr_bds = 1; in bnxt_xmit_fixed_burst_vec()