Home
last modified time | relevance | path

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

/Linux-v5.4/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()
263 struct ib_pool_fmr *fmr; in ib_create_fmr_pool()
320 struct ib_pool_fmr *fmr; in ib_destroy_fmr_pool()
321 struct ib_pool_fmr *tmp; in ib_destroy_fmr_pool()
359 struct ib_pool_fmr *fmr, *next; in ib_flush_fmr_pool()
392 struct ib_pool_fmr *ib_fmr_pool_map_phys(struct ib_fmr_pool *pool_handle, in ib_fmr_pool_map_phys()
398 struct ib_pool_fmr *fmr; in ib_fmr_pool_map_phys()
427 fmr = list_entry(pool->free_list.next, struct ib_pool_fmr, list); in ib_fmr_pool_map_phys()
[all …]
/Linux-v5.4/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 void ib_fmr_pool_unmap(struct ib_pool_fmr *fmr);
/Linux-v5.4/drivers/infiniband/ulp/srp/
Dib_srp.h131 struct ib_pool_fmr **fmr_list;
328 struct ib_pool_fmr **next;
329 struct ib_pool_fmr **end;
Dib_srp.c1273 struct ib_pool_fmr **pfmr; in srp_unmap_data()
1470 struct ib_pool_fmr *fmr; in srp_map_finish_fmr()
/Linux-v5.4/drivers/infiniband/ulp/iser/
Diser_memory.c236 struct ib_pool_fmr *fmr; in iser_fast_reg_fmr()
285 ib_fmr_pool_unmap((struct ib_pool_fmr *)reg->mem_h); in iser_unreg_mem_fmr()