Home
last modified time | relevance | path

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

/NextBSD/sys/modules/ibcore/
HDMakefile9 cm.c fmr_pool.c mad_rmpp.c ucm.c cma.c \
/NextBSD/sys/ofed/drivers/infiniband/ulp/sdp/
HDsdp_main.c1735 sdp_dev->fmr_pool = ib_create_fmr_pool(sdp_dev->pd, &param); in sdp_dev_add()
1736 if (IS_ERR(sdp_dev->fmr_pool)) in sdp_dev_add()
1772 ib_flush_fmr_pool(sdp_dev->fmr_pool); in sdp_dev_rem()
1773 ib_destroy_fmr_pool(sdp_dev->fmr_pool); in sdp_dev_rem()
HDsdp.h340 struct ib_fmr_pool *fmr_pool; member
HDsdp_zcopy.c482 fmr = ib_fmr_pool_map_phys(sdp_sk(sk)->sdp_dev->fmr_pool, pages, n, 0); in sdp_alloc_fmr()
/NextBSD/sys/conf/
HDfiles3902 ofed/drivers/infiniband/core/fmr_pool.c optional ofed \