Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.c5399 struct bnxt_re_cq *cq = NULL, *tmp_cq; in is_bnxt_re_cq_page() local
5405 list_for_each_entry(tmp_cq, &uctx->cq_list, cq_list) { in is_bnxt_re_cq_page()
5406 if (((u64)tmp_cq->uctx_cq_page >> PAGE_SHIFT) == pg_off) { in is_bnxt_re_cq_page()
5407 cq = tmp_cq; in is_bnxt_re_cq_page()