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

/drivers/infiniband/ulp/srpt/
H A Dib_srpt.h162 * enum srpt_command_state - SCSI command state managed by SRPT.
175 enum srpt_command_state { enum
237 enum srpt_command_state state;
H A Dib_srpt.c713 static enum srpt_command_state srpt_get_cmd_state(struct srpt_send_ioctx *ioctx)
715 enum srpt_command_state state;
732 static enum srpt_command_state srpt_set_cmd_state(struct srpt_send_ioctx *ioctx,
733 enum srpt_command_state new)
735 enum srpt_command_state previous;
755 enum srpt_command_state old,
756 enum srpt_command_state new)
758 enum srpt_command_state previous;
1304 enum srpt_command_state state;
1390 enum srpt_command_state stat
[all...]

Completed in 440 milliseconds