Searched refs:srpt_set_cmd_state (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 772 * srpt_set_cmd_state - set the state of a SCSI command 779 static enum srpt_command_state srpt_set_cmd_state(struct srpt_send_ioctx *ioctx, in srpt_set_cmd_state() function 1595 srpt_set_cmd_state(send_ioctx, SRPT_STATE_MGMT); in srpt_handle_tsk_mgmt() 1753 state = srpt_set_cmd_state(ioctx, SRPT_STATE_DONE); in srpt_send_done() 2747 srpt_set_cmd_state(ioctx, SRPT_STATE_DATA_IN); in srpt_write_pending() 2752 new_state = srpt_set_cmd_state(ioctx, SRPT_STATE_NEED_DATA); in srpt_write_pending() 2892 srpt_set_cmd_state(ioctx, SRPT_STATE_DONE); in srpt_queue_response()
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 778 * srpt_set_cmd_state - set the state of a SCSI command 785 static enum srpt_command_state srpt_set_cmd_state(struct srpt_send_ioctx *ioctx, in srpt_set_cmd_state() function 1605 srpt_set_cmd_state(send_ioctx, SRPT_STATE_MGMT); in srpt_handle_tsk_mgmt() 1763 state = srpt_set_cmd_state(ioctx, SRPT_STATE_DONE); in srpt_send_done() 2756 srpt_set_cmd_state(ioctx, SRPT_STATE_DATA_IN); in srpt_write_pending() 2761 new_state = srpt_set_cmd_state(ioctx, SRPT_STATE_NEED_DATA); in srpt_write_pending() 2900 srpt_set_cmd_state(ioctx, SRPT_STATE_DONE); in srpt_queue_response()
|
Completed in 9 milliseconds