Home
last modified time | relevance | path

Searched defs:ibfmr (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_mr.c44 struct ib_fmr ibfmr; member
49 static inline struct ipath_fmr *to_ifmr(struct ib_fmr *ibfmr) in to_ifmr()
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()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dmr.c58 struct ib_fmr ibfmr; member
62 static inline struct hfi1_fmr *to_ifmr(struct ib_fmr *ibfmr) in to_ifmr()
433 int hfi1_map_phys_fmr(struct ib_fmr *ibfmr, u64 *page_list, in hfi1_map_phys_fmr()
503 int hfi1_dealloc_fmr(struct ib_fmr *ibfmr) in hfi1_dealloc_fmr()
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_mr.c41 struct ib_fmr ibfmr; member
45 static inline struct qib_fmr *to_ifmr(struct ib_fmr *ibfmr) in to_ifmr()
443 int qib_map_phys_fmr(struct ib_fmr *ibfmr, u64 *page_list, in qib_map_phys_fmr()
513 int qib_dealloc_fmr(struct ib_fmr *ibfmr) in qib_dealloc_fmr()
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dmr.c480 int mlx4_ib_map_phys_fmr(struct ib_fmr *ibfmr, u64 *page_list, in mlx4_ib_map_phys_fmr()
492 struct ib_fmr *ibfmr; in mlx4_ib_unmap_fmr() local
525 int mlx4_ib_fmr_dealloc(struct ib_fmr *ibfmr) in mlx4_ib_fmr_dealloc()
Dmlx4_ib.h151 struct ib_fmr ibfmr; member
650 static inline struct mlx4_ib_fmr *to_mfmr(struct ib_fmr *ibfmr) in to_mfmr()
/linux-4.4.14/drivers/infiniband/hw/mthca/
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.4.14/drivers/infiniband/hw/nes/
Dnes_verbs.h76 struct ib_fmr ibfmr; member
Dnes.h490 static inline struct nes_mr *to_nesmr_from_ibfmr(struct ib_fmr *ibfmr) in to_nesmr_from_ibfmr()