Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgbe/iw_cxgbe/
HDprovider.c437 ibdev->dealloc_ucontext = c4iw_dealloc_ucontext; in c4iw_register_device()
/NextBSD/sys/ofed/drivers/infiniband/core/
HDuverbs_main.c365 return context->device->dealloc_ucontext(context); in ib_uverbs_cleanup_ucontext()
HDuverbs_cmd.c427 ibdev->dealloc_ucontext(ucontext); in ib_uverbs_get_context()
/NextBSD/sys/dev/cxgb/ulp/iw_cxgb/
HDiw_cxgb_provider.c1104 dev->ibdev.dealloc_ucontext = iwch_dealloc_ucontext; in iwch_register_device()
/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_provider.c1342 dev->ib_dev.dealloc_ucontext = mthca_dealloc_ucontext; in mthca_register_device()
/NextBSD/sys/ofed/include/rdma/
HDib_verbs.h1671 int (*dealloc_ucontext)(struct ib_ucontext *context); member
/NextBSD/sys/ofed/drivers/infiniband/hw/mlx4/
HDmain.c2319 ibdev->ib_dev.dealloc_ucontext = mlx4_ib_dealloc_ucontext; in mlx4_ib_add()