Searched refs:curr_wq_state (Results 1 – 5 of 5) sorted by relevance
3024 if (cmd.curr_wq_state > IB_WQS_ERR) in ib_uverbs_ex_modify_wq()3027 wq_attr.curr_wq_state = cmd.curr_wq_state; in ib_uverbs_ex_modify_wq()3029 wq_attr.curr_wq_state = wq->state; in ib_uverbs_ex_modify_wq()3038 wq_attr.wq_state = wq_attr.curr_wq_state; in ib_uverbs_ex_modify_wq()3993 curr_wq_state),
5596 int curr_wq_state; in mlx5_ib_modify_wq() local5625 curr_wq_state = wq_attr->curr_wq_state; in mlx5_ib_modify_wq()5627 if (curr_wq_state == IB_WQS_ERR) in mlx5_ib_modify_wq()5628 curr_wq_state = MLX5_RQC_STATE_ERR; in mlx5_ib_modify_wq()5631 MLX5_SET(modify_rq_in, in, rq_state, curr_wq_state); in mlx5_ib_modify_wq()5656 if (curr_wq_state == IB_WQS_RESET && wq_state == IB_WQS_RDY) { in mlx5_ib_modify_wq()
1274 __u32 curr_wq_state; member
1718 enum ib_wq_state curr_wq_state; member
4288 cur_state = wq_attr->curr_wq_state; in mlx4_ib_modify_wq()