Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/scsi/impl/
H A Dscsi_watch.c116 struct scsi_watch_request *swr_prev; member
357 swr->swr_prev = NULL; in scsi_watch_request_submit_impl()
359 sw.sw_head->swr_prev = swr; in scsi_watch_request_submit_impl()
493 if (swr->swr_prev) { in scsi_watch_request_destroy()
494 swr->swr_prev->swr_next = swr->swr_next; in scsi_watch_request_destroy()
497 swr->swr_next->swr_prev = swr->swr_prev; in scsi_watch_request_destroy()