Searched refs:curr_wq_state (Results 1 – 7 of 7) sorted by relevance
3012 if (cmd.curr_wq_state > IB_WQS_ERR) in ib_uverbs_ex_modify_wq()3015 wq_attr.curr_wq_state = cmd.curr_wq_state; in ib_uverbs_ex_modify_wq()3017 wq_attr.curr_wq_state = wq->state; in ib_uverbs_ex_modify_wq()3026 wq_attr.wq_state = wq_attr.curr_wq_state; in ib_uverbs_ex_modify_wq()3976 curr_wq_state),
5230 int curr_wq_state; in mlx5_ib_modify_wq() local5259 curr_wq_state = wq_attr->curr_wq_state; in mlx5_ib_modify_wq()5261 if (curr_wq_state == IB_WQS_ERR) in mlx5_ib_modify_wq()5262 curr_wq_state = MLX5_RQC_STATE_ERR; in mlx5_ib_modify_wq()5265 MLX5_SET(modify_rq_in, in, rq_state, curr_wq_state); in mlx5_ib_modify_wq()5291 if (curr_wq_state == IB_WQS_RESET && wq_state == IB_WQS_RDY) { in mlx5_ib_modify_wq()
1057 __u32 curr_wq_state; member
1035 __u32 curr_wq_state; member
1272 __u32 curr_wq_state; member
1677 enum ib_wq_state curr_wq_state; member
4249 cur_state = wq_attr->curr_wq_state; in mlx4_ib_modify_wq()