Searched refs:curr_wq_state (Results 1 – 5 of 5) sorted by relevance
3017 if (cmd.curr_wq_state > IB_WQS_ERR) in ib_uverbs_ex_modify_wq()3020 wq_attr.curr_wq_state = cmd.curr_wq_state; in ib_uverbs_ex_modify_wq()3022 wq_attr.curr_wq_state = wq->state; in ib_uverbs_ex_modify_wq()3031 wq_attr.wq_state = wq_attr.curr_wq_state; in ib_uverbs_ex_modify_wq()3986 curr_wq_state),
5474 int curr_wq_state; in mlx5_ib_modify_wq() local5503 curr_wq_state = wq_attr->curr_wq_state; in mlx5_ib_modify_wq()5505 if (curr_wq_state == IB_WQS_ERR) in mlx5_ib_modify_wq()5506 curr_wq_state = MLX5_RQC_STATE_ERR; in mlx5_ib_modify_wq()5509 MLX5_SET(modify_rq_in, in, rq_state, curr_wq_state); in mlx5_ib_modify_wq()5535 if (curr_wq_state == IB_WQS_RESET && wq_state == IB_WQS_RDY) { in mlx5_ib_modify_wq()
1258 __u32 curr_wq_state; member
1706 enum ib_wq_state curr_wq_state; member
4249 cur_state = wq_attr->curr_wq_state; in mlx4_ib_modify_wq()