Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_ll2.c425 u16 cq_new_idx = 0, cq_old_idx = 0; in ecore_ll2_rxq_completion() local
430 cq_new_idx = OSAL_LE16_TO_CPU(*p_rx->p_fw_cons); in ecore_ll2_rxq_completion()
433 while (cq_new_idx != cq_old_idx) { in ecore_ll2_rxq_completion()
434 bool b_last_cqe = (cq_new_idx == cq_old_idx); in ecore_ll2_rxq_completion()
441 cq_old_idx, cq_new_idx, cqe->rx_cqe_sp.type); in ecore_ll2_rxq_completion()
545 u16 cq_new_idx = 0, cq_old_idx = 0; in ecore_ll2_lb_rxq_handler() local
551 cq_new_idx = OSAL_LE16_TO_CPU(*p_rx->p_fw_cons); in ecore_ll2_lb_rxq_handler()
553 if (cq_new_idx == cq_old_idx) in ecore_ll2_lb_rxq_handler()
556 while (cq_new_idx != cq_old_idx) { in ecore_ll2_lb_rxq_handler()