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

/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.c531 u16 cq_new_idx = 0, cq_old_idx = 0; local
546 cq_old_idx = qed_chain_get_cons_idx(&p_rx->rcq_chain);
548 while (cq_new_idx != cq_old_idx) {
549 bool b_last_cqe = (cq_new_idx == cq_old_idx);
554 cq_old_idx = qed_chain_get_cons_idx(&p_rx->rcq_chain);
559 cq_old_idx, cq_new_idx, cqe->rx_cqe_sp.type);
653 u16 cq_new_idx = 0, cq_old_idx = 0; local
661 cq_old_idx = qed_chain_get_cons_idx(&p_rx->rcq_chain);
662 if (cq_new_idx == cq_old_idx)
665 while (cq_new_idx != cq_old_idx) {
[all...]

Completed in 192 milliseconds