Home
last modified time | relevance | path

Searched refs:swr_what (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/io/scsi/impl/
H A Dscsi_watch.c120 uchar_t swr_what; /* watch or stop */ member
255 if (p->swr_what != SWR_STOP) { in scsi_watch_request_submit_impl()
258 p->swr_what = SWR_WATCH; in scsi_watch_request_submit_impl()
347 swr->swr_what = SWR_WATCH; in scsi_watch_request_submit_impl()
405 swr->swr_what = SWR_WATCH; in scsi_watch_resume()
410 if (swr->swr_what != SWR_WATCH) in scsi_watch_resume()
455 swr->swr_what = SWR_SUSPEND_REQUESTED; in scsi_watch_suspend()
459 swr->swr_what = SWR_SUSPENDED; in scsi_watch_suspend()
466 if (swr->swr_what != SWR_SUSPENDED) in scsi_watch_suspend()
565 swr->swr_what = SWR_STOP; in scsi_watch_request_terminate()
[all …]