Searched refs:ib_mw (Results 1 – 20 of 20) sorted by relevance
/Linux-v5.4/drivers/infiniband/hw/bnxt_re/ |
D | ib_verbs.h | 53 struct ib_mw *mw; 133 struct ib_mw ib_mw; member 205 struct ib_mw *bnxt_re_alloc_mw(struct ib_pd *ib_pd, enum ib_mw_type type, 207 int bnxt_re_dealloc_mw(struct ib_mw *mw);
|
D | ib_verbs.c | 492 struct ib_mw *mw; in bnxt_re_create_fence_mr() 3419 struct ib_mw *bnxt_re_alloc_mw(struct ib_pd *ib_pd, enum ib_mw_type type, in bnxt_re_alloc_mw() 3441 mw->ib_mw.rkey = mw->qplib_mw.rkey; in bnxt_re_alloc_mw() 3444 return &mw->ib_mw; in bnxt_re_alloc_mw() 3451 int bnxt_re_dealloc_mw(struct ib_mw *ib_mw) in bnxt_re_dealloc_mw() argument 3453 struct bnxt_re_mw *mw = container_of(ib_mw, struct bnxt_re_mw, ib_mw); in bnxt_re_dealloc_mw()
|
/Linux-v5.4/drivers/infiniband/hw/cxgb3/ |
D | iwch_provider.h | 92 struct ib_mw ibmw; 98 static inline struct iwch_mw *to_iwch_mw(struct ib_mw *ibmw) in to_iwch_mw()
|
D | iwch_provider.c | 531 static struct ib_mw *iwch_alloc_mw(struct ib_pd *pd, enum ib_mw_type type, in iwch_alloc_mw() 569 static int iwch_dealloc_mw(struct ib_mw *mw) in iwch_dealloc_mw()
|
/Linux-v5.4/drivers/infiniband/sw/rxe/ |
D | rxe_verbs.h | 322 struct ib_mw ibmw; 463 static inline struct rxe_mem *to_rmw(struct ib_mw *mw) in to_rmw()
|
/Linux-v5.4/drivers/infiniband/hw/mlx4/ |
D | mlx4_ib.h | 145 struct ib_mw ibmw; 676 static inline struct mlx4_ib_mw *to_mmw(struct ib_mw *ibmw) in to_mmw() 737 struct ib_mw *mlx4_ib_alloc_mw(struct ib_pd *pd, enum ib_mw_type type, 739 int mlx4_ib_dealloc_mw(struct ib_mw *mw);
|
D | mr.c | 614 struct ib_mw *mlx4_ib_alloc_mw(struct ib_pd *pd, enum ib_mw_type type, in mlx4_ib_alloc_mw() 647 int mlx4_ib_dealloc_mw(struct ib_mw *ibmw) in mlx4_ib_dealloc_mw()
|
/Linux-v5.4/drivers/infiniband/hw/i40iw/ |
D | i40iw_verbs.h | 91 struct ib_mw ibmw;
|
D | i40iw.h | 377 static inline struct i40iw_mr *to_iwmw(struct ib_mw *ibmw) in to_iwmw()
|
/Linux-v5.4/drivers/infiniband/hw/cxgb4/ |
D | iw_cxgb4.h | 415 struct ib_mw ibmw; 423 static inline struct c4iw_mw *to_c4iw_mw(struct ib_mw *ibmw) in to_c4iw_mw() 986 int c4iw_dealloc_mw(struct ib_mw *mw); 988 struct ib_mw *c4iw_alloc_mw(struct ib_pd *pd, enum ib_mw_type type,
|
D | mem.c | 615 struct ib_mw *c4iw_alloc_mw(struct ib_pd *pd, enum ib_mw_type type, in c4iw_alloc_mw() 674 int c4iw_dealloc_mw(struct ib_mw *mw) in c4iw_dealloc_mw()
|
/Linux-v5.4/drivers/infiniband/hw/hns/ |
D | hns_roce_device.h | 372 struct ib_mw ibmw; 1075 static inline struct hns_roce_mw *to_hr_mw(struct ib_mw *ibmw) in to_hr_mw() 1206 struct ib_mw *hns_roce_alloc_mw(struct ib_pd *pd, enum ib_mw_type, 1208 int hns_roce_dealloc_mw(struct ib_mw *ibmw);
|
D | hns_roce_mr.c | 1512 struct ib_mw *hns_roce_alloc_mw(struct ib_pd *ib_pd, enum ib_mw_type type, in hns_roce_alloc_mw() 1553 int hns_roce_dealloc_mw(struct ib_mw *ibmw) in hns_roce_dealloc_mw()
|
/Linux-v5.4/drivers/infiniband/hw/mlx5/ |
D | mlx5_ib.h | 634 struct ib_mw ibmw; 1087 static inline struct mlx5_ib_mw *to_mmw(struct ib_mw *ibmw) in to_mmw() 1156 struct ib_mw *mlx5_ib_alloc_mw(struct ib_pd *pd, enum ib_mw_type type, 1158 int mlx5_ib_dealloc_mw(struct ib_mw *mw);
|
D | mr.c | 1888 struct ib_mw *mlx5_ib_alloc_mw(struct ib_pd *pd, enum ib_mw_type type, in mlx5_ib_alloc_mw() 1963 int mlx5_ib_dealloc_mw(struct ib_mw *mw) in mlx5_ib_dealloc_mw()
|
/Linux-v5.4/drivers/infiniband/core/ |
D | uverbs.h | 245 int uverbs_dealloc_mw(struct ib_mw *mw);
|
D | uverbs_std_types.c | 75 return uverbs_dealloc_mw((struct ib_mw *)uobject->object); in uverbs_free_mw()
|
D | uverbs_main.c | 105 int uverbs_dealloc_mw(struct ib_mw *mw) in uverbs_dealloc_mw()
|
D | uverbs_cmd.c | 884 struct ib_mw *mw; in ib_uverbs_alloc_mw()
|
/Linux-v5.4/include/rdma/ |
D | ib_verbs.h | 1783 struct ib_mw { struct 2416 struct ib_mw *(*alloc_mw)(struct ib_pd *pd, enum ib_mw_type type, 2418 int (*dealloc_mw)(struct ib_mw *mw);
|