Searched refs:ib_fmr (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/mthca/ |
H A D | mthca_provider.h | 82 struct ib_fmr ibmr; 306 static inline struct mthca_fmr *to_mfmr(struct ib_fmr *ibmr) in to_mfmr()
|
H A D | mthca_dev.h | 485 int mthca_tavor_map_phys_fmr(struct ib_fmr *ibfmr, u64 *page_list, 488 int mthca_arbel_map_phys_fmr(struct ib_fmr *ibfmr, u64 *page_list,
|
H A D | mthca_provider.c | 960 static struct ib_fmr *mthca_alloc_fmr(struct ib_pd *pd, int mr_access_flags, in mthca_alloc_fmr() 982 static int mthca_dealloc_fmr(struct ib_fmr *fmr) in mthca_dealloc_fmr() 997 struct ib_fmr *fmr; in mthca_unmap_fmr()
|
H A D | mthca_mr.c | 716 int mthca_tavor_map_phys_fmr(struct ib_fmr *ibfmr, u64 *page_list, in mthca_tavor_map_phys_fmr() 757 int mthca_arbel_map_phys_fmr(struct ib_fmr *ibfmr, u64 *page_list, in mthca_arbel_map_phys_fmr()
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_mr.c | 430 struct ib_fmr *mlx4_ib_fmr_alloc(struct ib_pd *pd, int acc, in mlx4_ib_fmr_alloc() 464 int mlx4_ib_map_phys_fmr(struct ib_fmr *ibfmr, u64 *page_list, in mlx4_ib_map_phys_fmr() 476 struct ib_fmr *ibfmr; in mlx4_ib_unmap_fmr() 509 int mlx4_ib_fmr_dealloc(struct ib_fmr *ibfmr) in mlx4_ib_fmr_dealloc()
|
H A D | mlx4_ib.h | 151 struct ib_fmr ibfmr; 669 static inline struct mlx4_ib_fmr *to_mfmr(struct ib_fmr *ibfmr) in to_mfmr() 783 struct ib_fmr *mlx4_ib_fmr_alloc(struct ib_pd *pd, int mr_access_flags, 785 int mlx4_ib_map_phys_fmr(struct ib_fmr *ibfmr, u64 *page_list, int npages, 788 int mlx4_ib_fmr_dealloc(struct ib_fmr *fmr);
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_fmr_pool.h | 70 struct ib_fmr *fmr;
|
H A D | ib_verbs.h | 1642 struct ib_fmr { struct 2313 struct ib_fmr * (*alloc_fmr)(struct ib_pd *pd, 2316 int (*map_phys_fmr)(struct ib_fmr *fmr, 2320 int (*dealloc_fmr)(struct ib_fmr *fmr); 3821 struct ib_fmr *ib_alloc_fmr(struct ib_pd *pd, 3832 static inline int ib_map_phys_fmr(struct ib_fmr *fmr, in ib_map_phys_fmr() 3849 int ib_dealloc_fmr(struct ib_fmr *fmr);
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_verbs.c | 1651 struct ib_fmr *ib_alloc_fmr(struct ib_pd *pd, in ib_alloc_fmr() 1655 struct ib_fmr *fmr; in ib_alloc_fmr() 1673 struct ib_fmr *fmr; in ib_unmap_fmr() 1678 fmr = list_entry(fmr_list->next, struct ib_fmr, list); in ib_unmap_fmr() 1683 int ib_dealloc_fmr(struct ib_fmr *fmr) in ib_dealloc_fmr()
|