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