Searched refs:cq_new_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
432 cq_new_idx = OSAL_LE16_TO_CPU(*p_rx->p_fw_cons);
435 while (cq_new_idx != cq_old_idx) {
436 bool b_last_cqe = (cq_new_idx == cq_old_idx);
443 cq_old_idx, cq_new_idx, cqe->rx_cqe_sp.type);
547 u16 cq_new_idx = 0, cq_old_idx = 0; local
553 cq_new_idx = OSAL_LE16_TO_CPU(*p_rx->p_fw_cons);
555 if (cq_new_idx == cq_old_idx)
558 while (cq_new_idx != cq_old_idx) {

Completed in 108 milliseconds