cq_old_idx        525 drivers/net/ethernet/qlogic/qed/qed_ll2.c 	u16 cq_new_idx = 0, cq_old_idx = 0;
cq_old_idx        531 drivers/net/ethernet/qlogic/qed/qed_ll2.c 	cq_old_idx = qed_chain_get_cons_idx(&p_rx->rcq_chain);
cq_old_idx        533 drivers/net/ethernet/qlogic/qed/qed_ll2.c 	while (cq_new_idx != cq_old_idx) {
cq_old_idx        534 drivers/net/ethernet/qlogic/qed/qed_ll2.c 		bool b_last_cqe = (cq_new_idx == cq_old_idx);
cq_old_idx        539 drivers/net/ethernet/qlogic/qed/qed_ll2.c 		cq_old_idx = qed_chain_get_cons_idx(&p_rx->rcq_chain);
cq_old_idx        544 drivers/net/ethernet/qlogic/qed/qed_ll2.c 			   cq_old_idx, cq_new_idx, cqe->rx_cqe_sp.type);
cq_old_idx        639 drivers/net/ethernet/qlogic/qed/qed_ll2.c 	u16 cq_new_idx = 0, cq_old_idx = 0;
cq_old_idx        646 drivers/net/ethernet/qlogic/qed/qed_ll2.c 	cq_old_idx = qed_chain_get_cons_idx(&p_rx->rcq_chain);
cq_old_idx        647 drivers/net/ethernet/qlogic/qed/qed_ll2.c 	if (cq_new_idx == cq_old_idx)
cq_old_idx        650 drivers/net/ethernet/qlogic/qed/qed_ll2.c 	while (cq_new_idx != cq_old_idx) {
cq_old_idx        654 drivers/net/ethernet/qlogic/qed/qed_ll2.c 		cq_old_idx = qed_chain_get_cons_idx(&p_rx->rcq_chain);