Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/core/
Dfmr_pool.c114 static inline struct ib_pool_fmr *ib_fmr_cache_lookup(struct ib_fmr_pool *pool, in ib_fmr_cache_lookup()
120 struct ib_pool_fmr *fmr; in ib_fmr_cache_lookup()
140 struct ib_pool_fmr *fmr; in ib_fmr_batch_release()
300 struct ib_pool_fmr *fmr; in ib_create_fmr_pool()
360 struct ib_pool_fmr *fmr; in ib_destroy_fmr_pool()
361 struct ib_pool_fmr *tmp; in ib_destroy_fmr_pool()
399 struct ib_pool_fmr *fmr, *next; 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()
440 struct ib_pool_fmr *fmr; in ib_fmr_pool_map_phys()
469 fmr = list_entry(pool->free_list.next, struct ib_pool_fmr, list); in ib_fmr_pool_map_phys()
[all …]
/linux-4.4.14/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-4.4.14/drivers/infiniband/ulp/srp/
Dib_srp.h124 struct ib_pool_fmr **fmr_list;
283 struct ib_pool_fmr **next;
284 struct ib_pool_fmr **end;
Dib_srp.c1090 struct ib_pool_fmr **pfmr; in srp_unmap_data()
1280 struct ib_pool_fmr *fmr; in srp_map_finish_fmr()
/linux-4.4.14/drivers/infiniband/ulp/iser/
Diser_memory.c280 struct ib_pool_fmr *fmr; in iser_fast_reg_fmr()
333 ret = ib_fmr_pool_unmap((struct ib_pool_fmr *)reg->mem_h); in iser_unreg_mem_fmr()
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.h307 struct ib_pool_fmr *fmr_pfmr; /* IB pool fmr */
Do2iblnd.c1529 struct ib_pool_fmr *pfmr; in kiblnd_fmr_pool_map()