Home
last modified time | relevance | path

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

/linux-2.6.39/include/rdma/
Dib_fmr_pool.h39 struct ib_fmr_pool;
61 void (*flush_function)(struct ib_fmr_pool *pool,
69 struct ib_fmr_pool *pool;
79 struct ib_fmr_pool *ib_create_fmr_pool(struct ib_pd *pd,
82 void ib_destroy_fmr_pool(struct ib_fmr_pool *pool);
84 int ib_flush_fmr_pool(struct ib_fmr_pool *pool);
86 struct ib_pool_fmr *ib_fmr_pool_map_phys(struct ib_fmr_pool *pool_handle,
/linux-2.6.39/drivers/infiniband/core/
Dfmr_pool.c82 struct ib_fmr_pool { struct
94 void (*flush_function)(struct ib_fmr_pool *pool, argument
113 static inline struct ib_pool_fmr *ib_fmr_cache_lookup(struct ib_fmr_pool *pool, in ib_fmr_cache_lookup() argument
137 static void ib_fmr_batch_release(struct ib_fmr_pool *pool) in ib_fmr_batch_release()
179 struct ib_fmr_pool *pool = pool_ptr; in ib_fmr_cleanup_thread()
210 struct ib_fmr_pool *ib_create_fmr_pool(struct ib_pd *pd, in ib_create_fmr_pool()
214 struct ib_fmr_pool *pool; in ib_create_fmr_pool()
358 void ib_destroy_fmr_pool(struct ib_fmr_pool *pool) in ib_destroy_fmr_pool()
396 int ib_flush_fmr_pool(struct ib_fmr_pool *pool) in ib_flush_fmr_pool()
434 struct ib_pool_fmr *ib_fmr_pool_map_phys(struct ib_fmr_pool *pool_handle, in ib_fmr_pool_map_phys()
[all …]
/linux-2.6.39/drivers/infiniband/ulp/srp/
Dib_srp.h99 struct ib_fmr_pool *fmr_pool;
/linux-2.6.39/drivers/infiniband/ulp/iser/
Discsi_iser.h249 struct ib_fmr_pool *fmr_pool; /* pool of IB FMRs */