Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/scsi/impl/
H A Dscsi_watch.c115 struct scsi_watch_request *swr_next; /* linked request list */ member
247 for (p = sw.sw_head; p != NULL; p = p->swr_next) { in scsi_watch_request_submit_impl()
356 swr->swr_next = sw.sw_head; in scsi_watch_request_submit_impl()
371 sswr = sswr->swr_next; in scsi_watch_request_submit_impl()
396 for (swr = sw.sw_head; swr; swr = swr->swr_next) { in scsi_watch_resume()
409 for (swr = sw.sw_head; swr; swr = swr->swr_next) { in scsi_watch_resume()
439 for (swr = sw.sw_head; swr; swr = swr->swr_next) { in scsi_watch_suspend()
465 for (swr = sw.sw_head; swr; swr = swr->swr_next) { in scsi_watch_suspend()
494 swr->swr_prev->swr_next = swr->swr_next; in scsi_watch_request_destroy()
496 if (swr->swr_next) { in scsi_watch_request_destroy()
[all …]