Searched refs:cur_send_frag_num (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_ll2.h108 u16 cur_send_frag_num; member in struct:ecore_ll2_tx_queue
H A Decore_ll2.c1465 p_tx->cur_send_frag_num = 0;
1651 p_tx->cur_send_frag_num = 0;
1653 p_curp->bds_set[p_tx->cur_send_frag_num].tx_frag = pkt->first_frag;
1654 p_curp->bds_set[p_tx->cur_send_frag_num].frag_len = pkt->first_frag_len;
1655 p_tx->cur_send_frag_num++;
1726 if (p_ll2->tx_queue.cur_send_frag_num == pkt->num_of_bds)
1730 for (frag_idx = p_ll2->tx_queue.cur_send_frag_num;
1752 if (p_ll2_conn->tx_queue.cur_send_frag_num !=
1760 p_ll2_conn->tx_queue.cur_send_frag_num = 0;
1860 u16 cur_send_frag_num local
[all...]

Completed in 58 milliseconds