Home
last modified time | relevance | path

Searched refs:ib_fmr (Results 1 – 21 of 21) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_mr.c44 struct ib_fmr ibfmr;
49 static inline struct ipath_fmr *to_ifmr(struct ib_fmr *ibfmr) in to_ifmr()
282 struct ib_fmr *ipath_alloc_fmr(struct ib_pd *pd, int mr_access_flags, in ipath_alloc_fmr()
287 struct ib_fmr *ret; in ipath_alloc_fmr()
347 int ipath_map_phys_fmr(struct ib_fmr *ibfmr, u64 * page_list, in ipath_map_phys_fmr()
414 int ipath_dealloc_fmr(struct ib_fmr *ibfmr) in ipath_dealloc_fmr()
Dipath_verbs.h832 struct ib_fmr *ipath_alloc_fmr(struct ib_pd *pd, int mr_access_flags,
835 int ipath_map_phys_fmr(struct ib_fmr *ibfmr, u64 * page_list,
840 int ipath_dealloc_fmr(struct ib_fmr *ibfmr);
/linux-4.1.27/drivers/infiniband/hw/ehca/
Dehca_mrmw.c765 struct ib_fmr *ehca_alloc_fmr(struct ib_pd *pd, in ehca_alloc_fmr()
769 struct ib_fmr *ib_fmr; in ehca_alloc_fmr() local
790 ib_fmr = ERR_PTR(-EINVAL); in ehca_alloc_fmr()
796 ib_fmr = ERR_PTR(-EINVAL); in ehca_alloc_fmr()
804 ib_fmr = ERR_PTR(-EINVAL); in ehca_alloc_fmr()
812 ib_fmr = ERR_PTR(-EINVAL); in ehca_alloc_fmr()
818 ib_fmr = ERR_PTR(-ENOMEM); in ehca_alloc_fmr()
835 ib_fmr = ERR_PTR(ret); in ehca_alloc_fmr()
845 return &e_fmr->ib.ib_fmr; in ehca_alloc_fmr()
850 return ib_fmr; in ehca_alloc_fmr()
[all …]
Dehca_iverbs.h105 struct ib_fmr *ehca_alloc_fmr(struct ib_pd *pd,
109 int ehca_map_phys_fmr(struct ib_fmr *fmr,
114 int ehca_dealloc_fmr(struct ib_fmr *fmr);
Dehca_classes.h269 struct ib_fmr ib_fmr; /* must always be first in ehca_mr */ member
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_mr.c41 struct ib_fmr ibfmr;
45 static inline struct qib_fmr *to_ifmr(struct ib_fmr *ibfmr) in to_ifmr()
379 struct ib_fmr *qib_alloc_fmr(struct ib_pd *pd, int mr_access_flags, in qib_alloc_fmr()
384 struct ib_fmr *ret; in qib_alloc_fmr()
436 int qib_map_phys_fmr(struct ib_fmr *ibfmr, u64 *page_list, in qib_map_phys_fmr()
506 int qib_dealloc_fmr(struct ib_fmr *ibfmr) in qib_dealloc_fmr()
Dqib_verbs.h1043 struct ib_fmr *qib_alloc_fmr(struct ib_pd *pd, int mr_access_flags,
1046 int qib_map_phys_fmr(struct ib_fmr *ibfmr, u64 *page_list,
1051 int qib_dealloc_fmr(struct ib_fmr *ibfmr);
/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dmlx5_ib.h365 struct ib_fmr ibfmr;
461 static inline struct mlx5_ib_fmr *to_mfmr(struct ib_fmr *ibfmr) in to_mfmr()
582 struct ib_fmr *mlx5_ib_fmr_alloc(struct ib_pd *pd, int acc,
584 int mlx5_ib_map_phys_fmr(struct ib_fmr *ibfmr, u64 *page_list,
587 int mlx5_ib_fmr_dealloc(struct ib_fmr *ibfmr);
/linux-4.1.27/drivers/infiniband/hw/mthca/
Dmthca_provider.h80 struct ib_fmr ibmr;
304 static inline struct mthca_fmr *to_mfmr(struct ib_fmr *ibmr) in to_mfmr()
Dmthca_dev.h483 int mthca_tavor_map_phys_fmr(struct ib_fmr *ibfmr, u64 *page_list,
486 int mthca_arbel_map_phys_fmr(struct ib_fmr *ibfmr, u64 *page_list,
Dmthca_provider.c1088 static struct ib_fmr *mthca_alloc_fmr(struct ib_pd *pd, int mr_access_flags, in mthca_alloc_fmr()
1110 static int mthca_dealloc_fmr(struct ib_fmr *fmr) in mthca_dealloc_fmr()
1125 struct ib_fmr *fmr; in mthca_unmap_fmr()
Dmthca_mr.c717 int mthca_tavor_map_phys_fmr(struct ib_fmr *ibfmr, u64 *page_list, in mthca_tavor_map_phys_fmr()
758 int mthca_arbel_map_phys_fmr(struct ib_fmr *ibfmr, u64 *page_list, in mthca_arbel_map_phys_fmr()
/linux-4.1.27/include/rdma/
Dib_fmr_pool.h68 struct ib_fmr *fmr;
Dib_verbs.h1282 struct ib_fmr { struct
1623 struct ib_fmr * (*alloc_fmr)(struct ib_pd *pd,
1626 int (*map_phys_fmr)(struct ib_fmr *fmr,
1630 int (*dealloc_fmr)(struct ib_fmr *fmr);
2575 struct ib_fmr *ib_alloc_fmr(struct ib_pd *pd,
2586 static inline int ib_map_phys_fmr(struct ib_fmr *fmr, in ib_map_phys_fmr()
2603 int ib_dealloc_fmr(struct ib_fmr *fmr);
/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dmr.c434 struct ib_fmr *mlx4_ib_fmr_alloc(struct ib_pd *pd, int acc, in mlx4_ib_fmr_alloc()
468 int mlx4_ib_map_phys_fmr(struct ib_fmr *ibfmr, u64 *page_list, in mlx4_ib_map_phys_fmr()
480 struct ib_fmr *ibfmr; in mlx4_ib_unmap_fmr()
513 int mlx4_ib_fmr_dealloc(struct ib_fmr *ibfmr) in mlx4_ib_fmr_dealloc()
Dmlx4_ib.h136 struct ib_fmr ibfmr;
603 static inline struct mlx4_ib_fmr *to_mfmr(struct ib_fmr *ibfmr) in to_mfmr()
717 struct ib_fmr *mlx4_ib_fmr_alloc(struct ib_pd *pd, int mr_access_flags,
719 int mlx4_ib_map_phys_fmr(struct ib_fmr *ibfmr, u64 *page_list, int npages,
722 int mlx4_ib_fmr_dealloc(struct ib_fmr *fmr);
/linux-4.1.27/drivers/infiniband/hw/nes/
Dnes_verbs.h76 struct ib_fmr ibfmr;
Dnes.h490 static inline struct nes_mr *to_nesmr_from_ibfmr(struct ib_fmr *ibfmr) in to_nesmr_from_ibfmr()
/linux-4.1.27/drivers/infiniband/core/
Dverbs.c1296 struct ib_fmr *ib_alloc_fmr(struct ib_pd *pd, in ib_alloc_fmr()
1300 struct ib_fmr *fmr; in ib_alloc_fmr()
1318 struct ib_fmr *fmr; in ib_unmap_fmr()
1323 fmr = list_entry(fmr_list->next, struct ib_fmr, list); in ib_unmap_fmr()
1328 int ib_dealloc_fmr(struct ib_fmr *fmr) in ib_dealloc_fmr()
/linux-4.1.27/net/sunrpc/xprtrdma/
Dxprt_rdma.h210 struct ib_fmr *fmr;
/linux-4.1.27/net/rds/
Dib_rdma.c50 struct ib_fmr *fmr;