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

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_ll2.c427 u16 cq_new_idx = 0, cq_old_idx = 0; local
433 cq_old_idx = ecore_chain_get_cons_idx(&p_rx->rcq_chain);
435 while (cq_new_idx != cq_old_idx) {
436 bool b_last_cqe = (cq_new_idx == cq_old_idx);
439 cq_old_idx = ecore_chain_get_cons_idx(&p_rx->rcq_chain);
443 cq_old_idx, cq_new_idx, cqe->rx_cqe_sp.type);
547 u16 cq_new_idx = 0, cq_old_idx = 0; local
554 cq_old_idx = ecore_chain_get_cons_idx(&p_rx->rcq_chain);
555 if (cq_new_idx == cq_old_idx)
558 while (cq_new_idx != cq_old_idx) {
[all...]

Completed in 44 milliseconds