Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/qlogic/qed/
Dqed_ll2.c499 u16 cq_new_idx = 0, cq_old_idx = 0; in qed_ll2_rxq_completion() local
505 cq_old_idx = qed_chain_get_cons_idx(&p_rx->rcq_chain); in qed_ll2_rxq_completion()
507 while (cq_new_idx != cq_old_idx) { in qed_ll2_rxq_completion()
508 bool b_last_cqe = (cq_new_idx == cq_old_idx); in qed_ll2_rxq_completion()
513 cq_old_idx = qed_chain_get_cons_idx(&p_rx->rcq_chain); in qed_ll2_rxq_completion()
518 cq_old_idx, cq_new_idx, cqe->rx_cqe_sp.type); in qed_ll2_rxq_completion()
613 u16 cq_new_idx = 0, cq_old_idx = 0; in qed_ll2_lb_rxq_handler() local
620 cq_old_idx = qed_chain_get_cons_idx(&p_rx->rcq_chain); in qed_ll2_lb_rxq_handler()
621 if (cq_new_idx == cq_old_idx) in qed_ll2_lb_rxq_handler()
624 while (cq_new_idx != cq_old_idx) { in qed_ll2_lb_rxq_handler()
[all …]