Searched refs:tmp_cq (Results 1 – 1 of 1) sorted by relevance
4402 struct bnxt_re_cq *cq = NULL, *tmp_cq; in bnxt_re_search_for_cq() local4404 hash_for_each_possible(rdev->cq_hash, tmp_cq, hash_entry, cq_id) { in bnxt_re_search_for_cq()4405 if (tmp_cq->qplib_cq.id == cq_id) { in bnxt_re_search_for_cq()4406 cq = tmp_cq; in bnxt_re_search_for_cq()