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.c3723 struct bnxt_qplib_cq *qplcq; in bnxt_re_create_cq() local
3767 qplcq = &cq->qplib_cq; in bnxt_re_create_cq()
3768 qplcq->cq_handle = (u64)qplcq; in bnxt_re_create_cq()
3790 qplcq->sginfo.pgshft = PAGE_SHIFT; in bnxt_re_create_cq()
3791 qplcq->sginfo.pgsize = PAGE_SIZE; in bnxt_re_create_cq()
3844 qplcq->sginfo.sghead = get_ib_umem_sgl(cq->umem, in bnxt_re_create_cq()
3845 &qplcq->sginfo.nmap); in bnxt_re_create_cq()
3846 qplcq->sginfo.npages = ib_umem_num_pages_compat(cq->umem); in bnxt_re_create_cq()
3852 qplcq->dpi = &uctx->dpi; in bnxt_re_create_cq()
3863 qplcq->dpi = &rdev->dpi_privileged; in bnxt_re_create_cq()
[all …]
H A Dmain.c2377 struct bnxt_qplib_cq *qplcq; in bnxt_re_handle_affi_async_event() local
2394 qplcq = obj; in bnxt_re_handle_affi_async_event()
2395 cq = container_of(qplcq, struct bnxt_re_cq, qplib_cq); in bnxt_re_handle_affi_async_event()