Home
last modified time | relevance | path

Searched refs:cq_old_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
431 cq_old_idx = ecore_chain_get_cons_idx(&p_rx->rcq_chain); 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()
437 cq_old_idx = ecore_chain_get_cons_idx(&p_rx->rcq_chain); 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
552 cq_old_idx = ecore_chain_get_cons_idx(&p_rx->rcq_chain); 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()
[all …]