Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c478 ibdev->alloc_mr = c4iw_alloc_mr; in c4iw_register_device()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c1621 if (!pd->device->alloc_mr) { in ib_alloc_mr_user()
1632 mr = pd->device->alloc_mr(pd, mr_type, max_num_sg, udata); in ib_alloc_mr_user()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c249 ibdev->alloc_mr = qlnxr_alloc_mr; in qlnxr_register_device()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h2299 struct ib_mr * (*alloc_mr)(struct ib_pd *pd, enum ib_mr_type mr_type, member
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2544 ibdev->ib_dev.alloc_mr = mlx4_ib_alloc_mr; in mlx4_ib_add()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3471 dev->ib_dev.alloc_mr = mlx5_ib_alloc_mr; in mlx5_ib_add()
/freebsd/sys/dev/irdma/
H A Dirdma_verbs.c3280 dev_ops->alloc_mr = irdma_alloc_mr; in irdma_set_device_ops()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dmain.c2149 ibdev->alloc_mr = bnxt_re_alloc_mr; in bnxt_re_register_ib()