Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/core/
Dfmr_pool.c115 static inline struct ib_pool_fmr *ib_fmr_cache_lookup(struct ib_fmr_pool *pool, in ib_fmr_cache_lookup()
121 struct ib_pool_fmr *fmr; in ib_fmr_cache_lookup()
141 struct ib_pool_fmr *fmr; in ib_fmr_batch_release()
269 struct ib_pool_fmr *fmr; in ib_create_fmr_pool()
326 struct ib_pool_fmr *fmr; in ib_destroy_fmr_pool()
327 struct ib_pool_fmr *tmp; in ib_destroy_fmr_pool()
365 struct ib_pool_fmr *fmr, *next; in ib_flush_fmr_pool()
398 struct ib_pool_fmr *ib_fmr_pool_map_phys(struct ib_fmr_pool *pool_handle, in ib_fmr_pool_map_phys()
404 struct ib_pool_fmr *fmr; in ib_fmr_pool_map_phys()
433 fmr = list_entry(pool->free_list.next, struct ib_pool_fmr, list); in ib_fmr_pool_map_phys()
[all …]
/Linux-v4.19/include/rdma/
Dib_fmr_pool.h67 struct ib_pool_fmr { struct
86 struct ib_pool_fmr *ib_fmr_pool_map_phys(struct ib_fmr_pool *pool_handle, argument
91 int ib_fmr_pool_unmap(struct ib_pool_fmr *fmr);
/Linux-v4.19/drivers/infiniband/ulp/srp/
Dib_srp.h120 struct ib_pool_fmr **fmr_list;
312 struct ib_pool_fmr **next;
313 struct ib_pool_fmr **end;
Dib_srp.c1256 struct ib_pool_fmr **pfmr; in srp_unmap_data()
1446 struct ib_pool_fmr *fmr; in srp_map_finish_fmr()
/Linux-v4.19/drivers/infiniband/ulp/iser/
Diser_memory.c237 struct ib_pool_fmr *fmr; in iser_fast_reg_fmr()
287 ret = ib_fmr_pool_unmap((struct ib_pool_fmr *)reg->mem_h); in iser_unreg_mem_fmr()