Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgbe/iw_cxgbe/
HDprovider.c436 ibdev->alloc_ucontext = c4iw_alloc_ucontext; in c4iw_register_device()
/NextBSD/sys/ofed/drivers/infiniband/core/
HDuverbs_main.c1268 if (!device->alloc_ucontext) in ib_uverbs_add_one()
HDucm.c1270 if (!device->alloc_ucontext || in ib_ucm_add_one()
HDuverbs_cmd.c363 ucontext = ibdev->alloc_ucontext(ibdev, &udata); in ib_uverbs_get_context()
/NextBSD/sys/dev/cxgb/ulp/iw_cxgb/
HDiw_cxgb_provider.c1103 dev->ibdev.alloc_ucontext = iwch_alloc_ucontext; in iwch_register_device()
/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_provider.c1341 dev->ib_dev.alloc_ucontext = mthca_alloc_ucontext; in mthca_register_device()
/NextBSD/sys/ofed/include/rdma/
HDib_verbs.h1669 struct ib_ucontext * (*alloc_ucontext)(struct ib_device *device, member
/NextBSD/sys/ofed/drivers/infiniband/hw/mlx4/
HDmain.c2318 ibdev->ib_dev.alloc_ucontext = mlx4_ib_alloc_ucontext; in mlx4_ib_add()