Home
last modified time | relevance | path

Searched refs:has_rq (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H A Dhns_roce_qp.c357 struct hns_roce_qp *hr_qp, int has_rq) in set_rq_size()
362 if (!has_rq) { in set_rq_size()
356 set_rq_size(struct hns_roce_dev *hr_dev, struct ib_qp_cap *cap, struct hns_roce_qp *hr_qp, int has_rq) set_rq_size() argument
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Dqp.c434 int has_rq, struct mlx5_ib_qp *qp, struct mlx5_ib_create_qp *ucmd) in set_rq_size()
443 if (!has_rq) { in set_rq_size()
1224 else if (!qp->has_rq) in get_rx_type()
2102 qp->has_rq = qp_has_rq(init_attr); in create_dci()
2103 err = set_rq_size(dev, &init_attr->cap, qp->has_rq, qp, ucmd); in create_dci()
2269 qp->has_rq = qp_has_rq(init_attr); in create_user_qp()
2270 err = set_rq_size(dev, &init_attr->cap, qp->has_rq, qp, ucmd); in create_user_qp()
2463 qp->has_rq = qp_has_rq(attr); in create_kernel_qp()
2464 err = set_rq_size(dev, &attr->cap, qp->has_rq, qp, NULL); in create_kernel_qp()
433 set_rq_size(struct mlx5_ib_dev *dev, struct ib_qp_cap *cap, int has_rq, struct mlx5_ib_qp *qp, struct mlx5_ib_create_qp *ucmd) set_rq_size() argument
H A Dmlx5_ib.h521 u8 has_rq:1; member
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H A Dhns_roce_qp.c443 struct hns_roce_qp *hr_qp, int has_rq, bool user) in set_rq_size()
449 if (!has_rq) { in set_rq_size()
442 set_rq_size(struct hns_roce_dev *hr_dev, struct ib_qp_cap *cap, struct hns_roce_qp *hr_qp, int has_rq, bool user) set_rq_size() argument
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H A Dqp.c352 int has_rq, struct mlx5_ib_qp *qp, struct mlx5_ib_create_qp *ucmd) in set_rq_size()
361 if (!has_rq) { in set_rq_size()
1164 else if (!qp->has_rq) in get_rx_type()
1956 qp->has_rq = qp_has_rq(init_attr); in create_user_qp()
1957 err = set_rq_size(dev, &init_attr->cap, qp->has_rq, qp, ucmd); in create_user_qp()
2140 qp->has_rq = qp_has_rq(attr); in create_kernel_qp()
2141 err = set_rq_size(dev, &attr->cap, qp->has_rq, qp, NULL); in create_kernel_qp()
351 set_rq_size(struct mlx5_ib_dev *dev, struct ib_qp_cap *cap, int has_rq, struct mlx5_ib_qp *qp, struct mlx5_ib_create_qp *ucmd) set_rq_size() argument
H A Dmlx5_ib.h430 u8 has_rq:1; member
/kernel/linux/linux-5.10/block/
H A Dblk-mq.c2522 bool has_rq; member
2531 iter_data->has_rq = true; in blk_mq_has_request()
2544 return data.has_rq; in blk_mq_hctx_has_requests()
/kernel/linux/linux-6.6/block/
H A Dblk-mq.c3492 bool has_rq; member
3501 iter_data->has_rq = true; in blk_mq_has_request()
3514 return data.has_rq; in blk_mq_hctx_has_requests()
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H A Dqp.c151 struct c4iw_dev_ucontext *uctx, int has_rq) in destroy_qp()
161 if (has_rq) { in destroy_qp()
150 destroy_qp(struct c4iw_rdev *rdev, struct t4_wq *wq, struct c4iw_dev_ucontext *uctx, int has_rq) destroy_qp() argument
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H A Dqp.c151 struct c4iw_dev_ucontext *uctx, int has_rq) in destroy_qp()
161 if (has_rq) { in destroy_qp()
150 destroy_qp(struct c4iw_rdev *rdev, struct t4_wq *wq, struct c4iw_dev_ucontext *uctx, int has_rq) destroy_qp() argument
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
H A Dqp.c302 bool is_user, bool has_rq, struct mlx4_ib_qp *qp, in set_rq_size()
310 if (!has_rq) { in set_rq_size()
301 set_rq_size(struct mlx4_ib_dev *dev, struct ib_qp_cap *cap, bool is_user, bool has_rq, struct mlx4_ib_qp *qp, u32 inl_recv_sz) set_rq_size() argument
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/
H A Dqp.c337 bool is_user, bool has_rq, struct mlx4_ib_qp *qp, in set_rq_size()
345 if (!has_rq) { in set_rq_size()
336 set_rq_size(struct mlx4_ib_dev *dev, struct ib_qp_cap *cap, bool is_user, bool has_rq, struct mlx4_ib_qp *qp, u32 inl_recv_sz) set_rq_size() argument

Completed in 53 milliseconds