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

/freebsd-12-stable/sys/ofed/include/rdma/
H A Dib_fmr_pool.h43 struct ib_fmr_pool;
65 void (*flush_function)(struct ib_fmr_pool *pool,
73 struct ib_fmr_pool *pool;
83 struct ib_fmr_pool *ib_create_fmr_pool(struct ib_pd *pd,
86 void ib_destroy_fmr_pool(struct ib_fmr_pool *pool);
88 int ib_flush_fmr_pool(struct ib_fmr_pool *pool);
90 struct ib_pool_fmr *ib_fmr_pool_map_phys(struct ib_fmr_pool *pool_handle,
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_fmr_pool.c46 #include <rdma/ib_fmr_pool.h>
88 struct ib_fmr_pool { struct
100 void (*flush_function)(struct ib_fmr_pool *pool,
119 static inline struct ib_pool_fmr *ib_fmr_cache_lookup(struct ib_fmr_pool *pool,
142 static void ib_fmr_batch_release(struct ib_fmr_pool *pool)
184 struct ib_fmr_pool *pool = pool_ptr;
215 struct ib_fmr_pool *ib_create_fmr_pool(struct ib_pd *pd,
219 struct ib_fmr_pool *pool;
340 void ib_destroy_fmr_pool(struct ib_fmr_pool *pool)
378 int ib_flush_fmr_pool(struct ib_fmr_pool *poo
[all...]
/freebsd-12-stable/sys/modules/ibcore/
H A DMakefile13 ib_fmr_pool.c \
/freebsd-12-stable/sys/dev/iser/
H A Dicl_iser.h64 #include <rdma/ib_fmr_pool.h>
423 struct ib_fmr_pool *pool;
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h55 #include <rdma/ib_fmr_pool.h>
340 struct ib_fmr_pool *fmr_pool;
H A Dsdp_zcopy.c43 #include <rdma/ib_fmr_pool.h>

Completed in 73 milliseconds