Searched refs:ib_qp_cap (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/vmw_pvrdma/ |
D | pvrdma_misc.c | 224 void pvrdma_qp_cap_to_ib(struct ib_qp_cap *dst, const struct pvrdma_qp_cap *src) in pvrdma_qp_cap_to_ib() 233 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 | 526 void pvrdma_qp_cap_to_ib(struct ib_qp_cap *dst, 529 const struct ib_qp_cap *src);
|
D | pvrdma_qp.c | 131 struct ib_qp_cap *req_cap, in pvrdma_set_rq_size() 156 static int pvrdma_set_sq_size(struct pvrdma_dev *dev, struct ib_qp_cap *req_cap, in pvrdma_set_sq_size()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/ |
D | hns_roce_qp.c | 356 static int set_rq_size(struct hns_roce_dev *hr_dev, struct ib_qp_cap *cap, in set_rq_size() 406 struct ib_qp_cap *cap) in set_extend_sge_param() 443 struct ib_qp_cap *cap, in check_sq_size_with_integrity() 466 struct ib_qp_cap *cap, struct hns_roce_qp *hr_qp, in set_user_sq_size() 547 struct ib_qp_cap *cap, struct hns_roce_qp *hr_qp) in set_kernel_sq_size()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/ |
D | mthca_dev.h | 539 struct ib_qp_cap *cap, 547 struct ib_qp_cap *cap,
|
D | mthca_qp.c | 1249 static int mthca_set_qp_size(struct mthca_dev *dev, struct ib_qp_cap *cap, in mthca_set_qp_size() 1294 struct ib_qp_cap *cap, in mthca_alloc_qp() 1368 struct ib_qp_cap *cap, in mthca_alloc_sqp()
|
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/ |
D | rxe_qp.c | 18 static int rxe_qp_chk_cap(struct rxe_dev *rxe, struct ib_qp_cap *cap, in rxe_qp_chk_cap() 61 struct ib_qp_cap *cap = &init->cap; in rxe_qp_chk_init()
|
/kernel/linux/linux-5.10/include/rdma/ |
D | ib_verbs.h | 1064 struct ib_qp_cap { struct 1155 struct ib_qp_cap cap; 1270 struct ib_qp_cap cap;
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
D | mlx5_ib.h | 390 struct ib_qp_cap cap;
|
D | qp.c | 351 static int set_rq_size(struct mlx5_ib_dev *dev, struct ib_qp_cap *cap, in set_rq_size()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/ |
D | qp.c | 301 static int set_rq_size(struct mlx4_ib_dev *dev, struct ib_qp_cap *cap, in set_rq_size() 346 static int set_kernel_sq_size(struct mlx4_ib_dev *dev, struct ib_qp_cap *cap, in set_kernel_sq_size()
|