Searched refs:has_rq (Results 1 – 5 of 5) sorted by relevance
/drivers/infiniband/hw/hns/ |
D | hns_roce_qp.c | 272 struct ib_qp_cap *cap, bool is_user, int has_rq, in hns_roce_set_rq_size() argument 287 if (!has_rq) { in hns_roce_set_rq_size()
|
/drivers/infiniband/hw/mlx5/ |
D | mlx5_ib.h | 426 int has_rq; member
|
D | qp.c | 331 int has_rq, struct mlx5_ib_qp *qp, struct mlx5_ib_create_qp *ucmd) in set_rq_size() argument 340 if (!has_rq) { in set_rq_size() 1175 else if (!qp->has_rq) in get_rx_type() 2119 qp->has_rq = qp_has_rq(init_attr); in create_qp_common() 2120 err = set_rq_size(dev, &init_attr->cap, qp->has_rq, in create_qp_common()
|
/drivers/infiniband/hw/cxgb4/ |
D | qp.c | 151 struct c4iw_dev_ucontext *uctx, int has_rq) in destroy_qp() argument 161 if (has_rq) { in destroy_qp()
|
/drivers/infiniband/hw/mlx4/ |
D | qp.c | 328 bool is_user, bool has_rq, struct mlx4_ib_qp *qp, in set_rq_size() argument 336 if (!has_rq) { in set_rq_size()
|