Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/scsi/impl/
H A Dscsi_watch.c130 int swr_ref; /* refer count to the swr */ member
259 p->swr_ref++; in scsi_watch_request_submit_impl()
349 swr->swr_ref = 1; in scsi_watch_request_submit_impl()
487 if (swr->swr_ref != 0) in scsi_watch_request_destroy()
548 swr->swr_ref--; in scsi_watch_request_terminate()
549 count = swr->swr_ref; in scsi_watch_request_terminate()
562 swr->swr_ref = 0; in scsi_watch_request_terminate()
572 swr->swr_ref = 0; in scsi_watch_request_terminate()
1032 rval = swr->swr_ref; in scsi_watch_get_ref_count()