Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c496 ibdev->alloc_mr = c4iw_alloc_mr; in c4iw_register_device()
/freebsd-13.1/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c1441 if (!pd->device->alloc_mr) in ib_alloc_mr()
1444 mr = pd->device->alloc_mr(pd, mr_type, max_num_sg); in ib_alloc_mr()
/freebsd-13.1/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c245 ibdev->alloc_mr = qlnxr_alloc_mr; in qlnxr_register_device()
/freebsd-13.1/sys/ofed/include/rdma/
H A Dib_verbs.h2050 struct ib_mr * (*alloc_mr)(struct ib_pd *pd, member
/freebsd-13.1/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2633 ibdev->ib_dev.alloc_mr = mlx4_ib_alloc_mr; in mlx4_ib_add()
/freebsd-13.1/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3437 dev->ib_dev.alloc_mr = mlx5_ib_alloc_mr; in mlx5_ib_add()