Home
last modified time | relevance | path

Searched refs:alloc_fmr (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_fmr_pool.c226 if (!device->alloc_fmr || !device->dealloc_fmr || in ib_create_fmr_pool()
H A Dib_verbs.c1657 if (!pd->device->alloc_fmr) in ib_alloc_fmr()
1660 fmr = pd->device->alloc_fmr(pd, mr_access_flags, fmr_attr); in ib_alloc_fmr()
/freebsd/sys/dev/mthca/
H A Dmthca_provider.c1225 dev->ib_dev.alloc_fmr = mthca_alloc_fmr; in mthca_register_device()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h2313 struct ib_fmr * (*alloc_fmr)(struct ib_pd *pd, member
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2553 ibdev->ib_dev.alloc_fmr = mlx4_ib_fmr_alloc; in mlx4_ib_add()