Searched refs:curr_wq_state (Results 1 – 5 of 5) sorted by relevance
3022 if (cmd.curr_wq_state > IB_WQS_ERR) in ib_uverbs_ex_modify_wq()3025 wq_attr.curr_wq_state = cmd.curr_wq_state; in ib_uverbs_ex_modify_wq()3027 wq_attr.curr_wq_state = wq->state; in ib_uverbs_ex_modify_wq()3036 wq_attr.wq_state = wq_attr.curr_wq_state; in ib_uverbs_ex_modify_wq()3991 curr_wq_state),
5563 int curr_wq_state; in mlx5_ib_modify_wq() local5592 curr_wq_state = wq_attr->curr_wq_state; in mlx5_ib_modify_wq()5594 if (curr_wq_state == IB_WQS_ERR) in mlx5_ib_modify_wq()5595 curr_wq_state = MLX5_RQC_STATE_ERR; in mlx5_ib_modify_wq()5598 MLX5_SET(modify_rq_in, in, rq_state, curr_wq_state); in mlx5_ib_modify_wq()5623 if (curr_wq_state == IB_WQS_RESET && wq_state == IB_WQS_RDY) { in mlx5_ib_modify_wq()
1274 __u32 curr_wq_state; member
1716 enum ib_wq_state curr_wq_state; member
4288 cur_state = wq_attr->curr_wq_state; in mlx4_ib_modify_wq()