Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_ll2.h102 u16 cur_completing_bd_idx; member
H A Decore_ll2.c136 if (p_ll2_conn->tx_queue.cur_completing_bd_idx == p_pkt->bd_used) in ecore_ll2_get_fragment_of_tx_packet()
140 cur_frag_idx = p_ll2_conn->tx_queue.cur_completing_bd_idx++; in ecore_ll2_get_fragment_of_tx_packet()
144 p_ll2_conn->tx_queue.cur_completing_bd_idx; in ecore_ll2_get_fragment_of_tx_packet()
191 p_tx->cur_completing_bd_idx = 1; in ecore_ll2_txq_flush()
192 b_last_frag = p_tx->cur_completing_bd_idx == in ecore_ll2_txq_flush()
263 p_tx->cur_completing_bd_idx = 1; in ecore_ll2_txq_completion()
264 b_last_frag = p_tx->cur_completing_bd_idx == in ecore_ll2_txq_completion()
1458 p_tx->cur_completing_bd_idx = 0; in ecore_ll2_establish_connection()