Home
last modified time | relevance | path

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

/freebsd/sys/ofed/include/rdma/
H A Dib_fmr_pool.h41 struct ib_fmr_pool;
63 void (*flush_function)(struct ib_fmr_pool *pool,
71 struct ib_fmr_pool *pool;
81 struct ib_fmr_pool *ib_create_fmr_pool(struct ib_pd *pd,
84 void ib_destroy_fmr_pool(struct ib_fmr_pool *pool);
86 int ib_flush_fmr_pool(struct ib_fmr_pool *pool);
88 struct ib_pool_fmr *ib_fmr_pool_map_phys(struct ib_fmr_pool *pool_handle,
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_fmr_pool.c86 struct ib_fmr_pool { struct
98 void (*flush_function)(struct ib_fmr_pool *pool, argument
117 static inline struct ib_pool_fmr *ib_fmr_cache_lookup(struct ib_fmr_pool *pool, in ib_fmr_cache_lookup() argument
140 static void ib_fmr_batch_release(struct ib_fmr_pool *pool) in ib_fmr_batch_release()
182 struct ib_fmr_pool *pool = pool_ptr; in ib_fmr_cleanup_thread()
213 struct ib_fmr_pool *ib_create_fmr_pool(struct ib_pd *pd, in ib_create_fmr_pool()
217 struct ib_fmr_pool *pool; in ib_create_fmr_pool()
338 void ib_destroy_fmr_pool(struct ib_fmr_pool *pool) in ib_destroy_fmr_pool()
376 int ib_flush_fmr_pool(struct ib_fmr_pool *pool) in ib_flush_fmr_pool()
414 struct ib_pool_fmr *ib_fmr_pool_map_phys(struct ib_fmr_pool *pool_handle, in ib_fmr_pool_map_phys()
[all …]
/freebsd/sys/modules/ibcore/
H A DMakefile13 ib_fmr_pool.c \
/freebsd/sys/dev/iser/
H A Dicl_iser.h421 struct ib_fmr_pool *pool;
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h298 struct ib_fmr_pool *fmr_pool;
/freebsd/sys/conf/
H A Dfiles4668 ofed/drivers/infiniband/core/ib_fmr_pool.c optional ofed \