Searched refs:ib_qp_cap (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/vmw_pvrdma/ |
D | pvrdma_misc.c | 230 void pvrdma_qp_cap_to_ib(struct ib_qp_cap *dst, const struct pvrdma_qp_cap *src) in pvrdma_qp_cap_to_ib() 239 void ib_qp_cap_to_pvrdma(struct pvrdma_qp_cap *dst, const struct ib_qp_cap *src) in ib_qp_cap_to_pvrdma()
|
D | pvrdma.h | 479 void pvrdma_qp_cap_to_ib(struct ib_qp_cap *dst, 482 const struct ib_qp_cap *src);
|
D | pvrdma_qp.c | 128 struct ib_qp_cap *req_cap, in pvrdma_set_rq_size() 153 static int pvrdma_set_sq_size(struct pvrdma_dev *dev, struct ib_qp_cap *req_cap, in pvrdma_set_sq_size()
|
/Linux-v4.19/drivers/infiniband/hw/mthca/ |
D | mthca_dev.h | 549 struct ib_qp_cap *cap, 556 struct ib_qp_cap *cap,
|
D | mthca_qp.c | 1242 static int mthca_set_qp_size(struct mthca_dev *dev, struct ib_qp_cap *cap, in mthca_set_qp_size() 1287 struct ib_qp_cap *cap, in mthca_alloc_qp() 1360 struct ib_qp_cap *cap, in mthca_alloc_sqp()
|
/Linux-v4.19/drivers/infiniband/hw/hns/ |
D | hns_roce_qp.c | 282 struct ib_qp_cap *cap, int is_user, int has_srq, in hns_roce_set_rq_size() 340 struct ib_qp_cap *cap, in hns_roce_set_user_sq_size() 418 struct ib_qp_cap *cap, in hns_roce_set_kernel_sq_size()
|
/Linux-v4.19/drivers/infiniband/sw/rxe/ |
D | rxe_qp.c | 43 static int rxe_qp_chk_cap(struct rxe_dev *rxe, struct ib_qp_cap *cap, in rxe_qp_chk_cap() 86 struct ib_qp_cap *cap = &init->cap; in rxe_qp_chk_init()
|
/Linux-v4.19/drivers/infiniband/hw/mlx5/ |
D | gsi.c | 46 struct ib_qp_cap cap;
|
D | qp.c | 244 static int set_rq_size(struct mlx5_ib_dev *dev, struct ib_qp_cap *cap, in set_rq_size()
|
/Linux-v4.19/include/rdma/ |
D | ib_verbs.h | 1061 struct ib_qp_cap { struct 1146 struct ib_qp_cap cap; 1261 struct ib_qp_cap cap;
|
/Linux-v4.19/drivers/infiniband/hw/mlx4/ |
D | qp.c | 325 static int set_rq_size(struct mlx4_ib_dev *dev, struct ib_qp_cap *cap, in set_rq_size() 370 static int set_kernel_sq_size(struct mlx4_ib_dev *dev, struct ib_qp_cap *cap, in set_kernel_sq_size()
|