Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.c502 u16 cq_new_idx = 0, cq_old_idx = 0; in qed_ll2_rxq_completion() local
516 cq_new_idx = le16_to_cpu(*p_rx->p_fw_cons); in qed_ll2_rxq_completion()
519 while (cq_new_idx != cq_old_idx) { in qed_ll2_rxq_completion()
520 bool b_last_cqe = (cq_new_idx == cq_old_idx); in qed_ll2_rxq_completion()
530 cq_old_idx, cq_new_idx, cqe->rx_cqe_sp.type); in qed_ll2_rxq_completion()
625 u16 cq_new_idx = 0, cq_old_idx = 0; in qed_ll2_lb_rxq_handler() local
631 cq_new_idx = le16_to_cpu(*p_rx->p_fw_cons); in qed_ll2_lb_rxq_handler()
633 if (cq_new_idx == cq_old_idx) in qed_ll2_lb_rxq_handler()
636 while (cq_new_idx != cq_old_idx) { in qed_ll2_lb_rxq_handler()