Lines Matching refs:SRPT_STATE_DONE
741 if (previous != SRPT_STATE_DONE) in srpt_set_cmd_state()
761 WARN_ON(old == SRPT_STATE_DONE); in srpt_test_and_set_cmd_state()
1310 WARN_ON(srpt_get_cmd_state(ioctx) != SRPT_STATE_DONE); in srpt_put_send_ioctx()
1360 ioctx->state = SRPT_STATE_DONE; in srpt_abort_cmd()
1367 if (state == SRPT_STATE_DONE) in srpt_abort_cmd()
1402 srpt_set_cmd_state(ioctx, SRPT_STATE_DONE); in srpt_abort_cmd()
1434 && state != SRPT_STATE_DONE); in srpt_handle_send_err_comp()
1454 state = srpt_set_cmd_state(ioctx, SRPT_STATE_DONE); in srpt_handle_send_comp()
1458 && state != SRPT_STATE_DONE)) in srpt_handle_send_comp()
1461 if (state != SRPT_STATE_DONE) in srpt_handle_send_comp()
1824 srpt_get_cmd_state(target) != SRPT_STATE_DONE) { in srpt_rx_mgmt_fn_tag()
2986 WARN_ON(new_state == SRPT_STATE_DONE); in srpt_write_pending()
3099 srpt_set_cmd_state(ioctx, SRPT_STATE_DONE); in srpt_queue_response()