Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.c3803 struct bnxt_qplib_cq *qplcq; in bnxt_re_create_cq() local
3847 qplcq = &cq->qplib_cq; in bnxt_re_create_cq()
3848 qplcq->cq_handle = (u64)qplcq; in bnxt_re_create_cq()
3870 qplcq->sginfo.pgshft = PAGE_SHIFT; in bnxt_re_create_cq()
3871 qplcq->sginfo.pgsize = PAGE_SIZE; in bnxt_re_create_cq()
3924 qplcq->sginfo.sghead = get_ib_umem_sgl(cq->umem, in bnxt_re_create_cq()
3925 &qplcq->sginfo.nmap); in bnxt_re_create_cq()
3926 qplcq->sginfo.npages = ib_umem_num_pages_compat(cq->umem); in bnxt_re_create_cq()
3932 qplcq->dpi = &uctx->dpi; in bnxt_re_create_cq()
3943 qplcq->dpi = &rdev->dpi_privileged; in bnxt_re_create_cq()
[all …]
H A Dmain.c2397 struct bnxt_qplib_cq *qplcq; in bnxt_re_handle_affi_async_event() local
2414 qplcq = obj; in bnxt_re_handle_affi_async_event()
2415 cq = container_of(qplcq, struct bnxt_re_cq, qplib_cq); in bnxt_re_handle_affi_async_event()