Home
last modified time | relevance | path

Searched refs:qpc_mask (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c3731 struct hns_roce_v2_qp_context *qpc_mask, in hns_roce_v2_qp_modify()
3745 memcpy(mailbox->buf + qpc_size, qpc_mask, qpc_size); in hns_roce_v2_qp_modify()
3758 struct hns_roce_v2_qp_context *qpc_mask, in set_access_flags()
3775 roce_set_bit(qpc_mask->byte_76_srqn_op_en, V2_QPC_BYTE_76_RRE_S, 0); in set_access_flags()
3779 roce_set_bit(qpc_mask->byte_76_srqn_op_en, V2_QPC_BYTE_76_RWE_S, 0); in set_access_flags()
3783 roce_set_bit(qpc_mask->byte_76_srqn_op_en, V2_QPC_BYTE_76_ATE_S, 0); in set_access_flags()
3786 roce_set_bit(qpc_mask->byte_76_srqn_op_en, V2_QPC_BYTE_76_EXT_ATE_S, 0); in set_access_flags()
3791 struct hns_roce_v2_qp_context *qpc_mask) in set_qpc_wqe_cnt()
3811 struct hns_roce_v2_qp_context *qpc_mask) in modify_qp_reset_to_init()
3834 set_qpc_wqe_cnt(hr_qp, context, qpc_mask); in modify_qp_reset_to_init()
3729 hns_roce_v2_qp_modify(struct hns_roce_dev *hr_dev, struct hns_roce_v2_qp_context *context, struct hns_roce_v2_qp_context *qpc_mask, struct hns_roce_qp *hr_qp) hns_roce_v2_qp_modify() argument
3756 set_access_flags(struct hns_roce_qp *hr_qp, struct hns_roce_v2_qp_context *context, struct hns_roce_v2_qp_context *qpc_mask, const struct ib_qp_attr *attr, int attr_mask) set_access_flags() argument
3789 set_qpc_wqe_cnt(struct hns_roce_qp *hr_qp, struct hns_roce_v2_qp_context *context, struct hns_roce_v2_qp_context *qpc_mask) set_qpc_wqe_cnt() argument
3807 modify_qp_reset_to_init(struct ib_qp *ibqp, const struct ib_qp_attr *attr, int attr_mask, struct hns_roce_v2_qp_context *context, struct hns_roce_v2_qp_context *qpc_mask) modify_qp_reset_to_init() argument
3870 modify_qp_init_to_init(struct ib_qp *ibqp, const struct ib_qp_attr *attr, int attr_mask, struct hns_roce_v2_qp_context *context, struct hns_roce_v2_qp_context *qpc_mask) modify_qp_init_to_init() argument
3973 config_qp_rq_buf(struct hns_roce_dev *hr_dev, struct hns_roce_qp *hr_qp, struct hns_roce_v2_qp_context *context, struct hns_roce_v2_qp_context *qpc_mask) config_qp_rq_buf() argument
4083 config_qp_sq_buf(struct hns_roce_dev *hr_dev, struct hns_roce_qp *hr_qp, struct hns_roce_v2_qp_context *context, struct hns_roce_v2_qp_context *qpc_mask) config_qp_sq_buf() argument
4161 modify_qp_init_to_rtr(struct ib_qp *ibqp, const struct ib_qp_attr *attr, int attr_mask, struct hns_roce_v2_qp_context *context, struct hns_roce_v2_qp_context *qpc_mask) modify_qp_init_to_rtr() argument
4324 modify_qp_rtr_to_rts(struct ib_qp *ibqp, const struct ib_qp_attr *attr, int attr_mask, struct hns_roce_v2_qp_context *context, struct hns_roce_v2_qp_context *qpc_mask) modify_qp_rtr_to_rts() argument
4401 hns_roce_v2_set_path(struct ib_qp *ibqp, const struct ib_qp_attr *attr, int attr_mask, struct hns_roce_v2_qp_context *context, struct hns_roce_v2_qp_context *qpc_mask) hns_roce_v2_set_path() argument
4534 hns_roce_v2_set_abs_fields(struct ib_qp *ibqp, const struct ib_qp_attr *attr, int attr_mask, enum ib_qp_state cur_state, enum ib_qp_state new_state, struct hns_roce_v2_qp_context *context, struct hns_roce_v2_qp_context *qpc_mask) hns_roce_v2_set_abs_fields() argument
4568 hns_roce_v2_set_opt_fields(struct ib_qp *ibqp, const struct ib_qp_attr *attr, int attr_mask, struct hns_roce_v2_qp_context *context, struct hns_roce_v2_qp_context *qpc_mask) hns_roce_v2_set_opt_fields() argument
4762 struct hns_roce_v2_qp_context *qpc_mask = ctx + 1; hns_roce_v2_modify_qp() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c4154 struct hns_roce_v2_qp_context *qpc_mask, in hns_roce_v2_qp_modify()
4168 memcpy(mailbox->buf + qpc_size, qpc_mask, qpc_size); in hns_roce_v2_qp_modify()
4180 struct hns_roce_v2_qp_context *qpc_mask, in set_access_flags()
4197 hr_reg_clear(qpc_mask, QPC_RRE); in set_access_flags()
4201 hr_reg_clear(qpc_mask, QPC_RWE); in set_access_flags()
4205 hr_reg_clear(qpc_mask, QPC_ATE); in set_access_flags()
4208 hr_reg_clear(qpc_mask, QPC_EXT_ATE); in set_access_flags()
4213 struct hns_roce_v2_qp_context *qpc_mask) in set_qpc_wqe_cnt()
4237 struct hns_roce_v2_qp_context *qpc_mask) in modify_qp_reset_to_init()
4254 set_qpc_wqe_cnt(hr_qp, context, qpc_mask); in modify_qp_reset_to_init()
4152 hns_roce_v2_qp_modify(struct hns_roce_dev *hr_dev, struct hns_roce_v2_qp_context *context, struct hns_roce_v2_qp_context *qpc_mask, struct hns_roce_qp *hr_qp) hns_roce_v2_qp_modify() argument
4178 set_access_flags(struct hns_roce_qp *hr_qp, struct hns_roce_v2_qp_context *context, struct hns_roce_v2_qp_context *qpc_mask, const struct ib_qp_attr *attr, int attr_mask) set_access_flags() argument
4211 set_qpc_wqe_cnt(struct hns_roce_qp *hr_qp, struct hns_roce_v2_qp_context *context, struct hns_roce_v2_qp_context *qpc_mask) set_qpc_wqe_cnt() argument
4234 modify_qp_reset_to_init(struct ib_qp *ibqp, const struct ib_qp_attr *attr, struct hns_roce_v2_qp_context *context, struct hns_roce_v2_qp_context *qpc_mask) modify_qp_reset_to_init() argument
4294 modify_qp_init_to_init(struct ib_qp *ibqp, const struct ib_qp_attr *attr, struct hns_roce_v2_qp_context *context, struct hns_roce_v2_qp_context *qpc_mask) modify_qp_init_to_init() argument
4325 config_qp_rq_buf(struct hns_roce_dev *hr_dev, struct hns_roce_qp *hr_qp, struct hns_roce_v2_qp_context *context, struct hns_roce_v2_qp_context *qpc_mask) config_qp_rq_buf() argument
4396 config_qp_sq_buf(struct hns_roce_dev *hr_dev, struct hns_roce_qp *hr_qp, struct hns_roce_v2_qp_context *context, struct hns_roce_v2_qp_context *qpc_mask) config_qp_sq_buf() argument
4463 modify_qp_init_to_rtr(struct ib_qp *ibqp, const struct ib_qp_attr *attr, int attr_mask, struct hns_roce_v2_qp_context *context, struct hns_roce_v2_qp_context *qpc_mask, struct ib_udata *udata) modify_qp_init_to_rtr() argument
4611 modify_qp_rtr_to_rts(struct ib_qp *ibqp, const struct ib_qp_attr *attr, int attr_mask, struct hns_roce_v2_qp_context *context, struct hns_roce_v2_qp_context *qpc_mask) modify_qp_rtr_to_rts() argument
4779 fill_cong_field(struct ib_qp *ibqp, const struct ib_qp_attr *attr, struct hns_roce_v2_qp_context *context, struct hns_roce_v2_qp_context *qpc_mask) fill_cong_field() argument
4829 hns_roce_v2_set_path(struct ib_qp *ibqp, const struct ib_qp_attr *attr, int attr_mask, struct hns_roce_v2_qp_context *context, struct hns_roce_v2_qp_context *qpc_mask) hns_roce_v2_set_path() argument
4964 hns_roce_v2_set_abs_fields(struct ib_qp *ibqp, const struct ib_qp_attr *attr, int attr_mask, enum ib_qp_state cur_state, enum ib_qp_state new_state, struct hns_roce_v2_qp_context *context, struct hns_roce_v2_qp_context *qpc_mask, struct ib_udata *udata) hns_roce_v2_set_abs_fields() argument
5020 hns_roce_v2_set_opt_fields(struct ib_qp *ibqp, const struct ib_qp_attr *attr, int attr_mask, struct hns_roce_v2_qp_context *context, struct hns_roce_v2_qp_context *qpc_mask) hns_roce_v2_set_opt_fields() argument
5163 v2_set_flushed_fields(struct ib_qp *ibqp, struct hns_roce_v2_qp_context *context, struct hns_roce_v2_qp_context *qpc_mask) v2_set_flushed_fields() argument
5198 struct hns_roce_v2_qp_context *qpc_mask = ctx + 1; hns_roce_v2_modify_qp() local
[all...]

Completed in 13 milliseconds