Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/hw/bnxt_re/
Dib_verbs.c4322 struct bnxt_re_cq *cq = NULL, *tmp_cq; in bnxt_re_search_for_cq() local
4324 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()