Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_watch.c869 #define SCBP(pkt) ((struct scsi_status *)(pkt)->pkt_scbp) macro
891 if (SCBP(pkt)->sts_chk && in scsi_watch_request_intr()
921 } else if (SCBP(pkt)->sts_chk) { in scsi_watch_request_intr()
987 result.statusp = SCBP(swr->swr_pkt); in scsi_watch_request_intr()
/illumos-gate/usr/src/uts/sun/sys/dada/targets/
H A Ddaddef.h54 #define SCBP(pkt) ((struct dcd_status *)(pkt)->pkt_scbp) macro
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dses.h51 #define SCBP(pkt) ((struct scsi_status *)(pkt)->pkt_scbp) macro
H A Dstdef.h1352 #define SCBP(pkt) ((struct scsi_status *)(pkt)->pkt_scbp) macro
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c9671 } else if ((SCBP(pkt)->sts_busy) || in st_intr()
9672 (SCBP(pkt)->sts_chk) || in st_intr()
9673 (SCBP(pkt)->sts_vu7)) { in st_intr()
10504 if (SCBP(rqpkt)->sts_busy) { in st_handle_sense()
10515 } else if (SCBP(rqpkt)->sts_chk) { in st_handle_sense()
10539 bcopy(SCBP(pkt), &arqstat.sts_status, in st_handle_sense()
10541 bcopy(SCBP(rqpkt), &arqstat.sts_rqpkt_status, in st_handle_sense()
17079 } else if ((SCBP(pkt)->sts_busy) || in st_recov_cb()
17080 (SCBP(pkt)->sts_chk) || in st_recov_cb()
17081 (SCBP(pkt)->sts_vu7)) { in st_recov_cb()