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

/linux-master/drivers/infiniband/ulp/srpt/
H A Dib_srpt.h147 * @SRPT_STATE_DONE: Command processing finished successfully, command
158 SRPT_STATE_DONE = 6, enumerator in enum:srpt_command_state
H A Dib_srpt.c791 if (previous != SRPT_STATE_DONE)
812 WARN_ON(old == SRPT_STATE_DONE);
1276 ioctx->state = SRPT_STATE_DONE;
1291 case SRPT_STATE_DONE:
1763 state = srpt_set_cmd_state(ioctx, SRPT_STATE_DONE);
1774 if (state != SRPT_STATE_DONE) {
2762 WARN_ON(new_state == SRPT_STATE_DONE);
2900 srpt_set_cmd_state(ioctx, SRPT_STATE_DONE);
3346 WARN_ON_ONCE(ioctx->state != SRPT_STATE_DONE &&

Completed in 187 milliseconds