Searched defs:pktw (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_resource.c134 struct scsi_pkt_cache_wrapper *pktw = local
137 if (pktw->pcw_flags & PCW_BOUND) {
142 pktw->pcw_flags &= ~PCW_BOUND;
145 pktw->pcw_totalwin = 0;
155 scsi_dma_buf_bind_attr(struct scsi_pkt_cache_wrapper *pktw, argument
161 struct scsi_pkt *pktp = &(pktw->pcw_pkt);
169 ASSERT(pktw->pcw_totalwin == 0);
172 callback, arg, &pktw->pcw_cookie,
177 pktw->pcw_totalwin = 1;
183 &pktw
213 scsi_dmaget_attr(struct scsi_pkt_cache_wrapper *pktw) argument
273 struct scsi_pkt_cache_wrapper *pktw; local
518 struct scsi_pkt_cache_wrapper *pktw; local
[all...]
H A Dscsi_hba.c764 struct scsi_pkt_cache_wrapper *pktw; local
787 pktw = buf;
789 pkt = &(pktw->pcw_pkt);
792 pktw->pcw_magic = PKT_WRAPPER_MAGIC; /* alloced correctly */
797 pktw->pcw_granular = tran->tran_dma_attr.dma_attr_granular;
824 struct scsi_pkt_cache_wrapper *pktw = buf; local
825 struct scsi_pkt *pkt = &(pktw->pcw_pkt);
828 ASSERT(pktw->pcw_magic == PKT_WRAPPER_MAGIC);
829 ASSERT((pktw->pcw_flags & PCW_BOUND) == 0);
850 pktw
[all...]

Completed in 74 milliseconds