Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/
H A Dscsi_resource.h84 uint_t pcw_total_xfer; member
99 scsi_pkt_cache_wrapper::pcw_total_xfer
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_resource.c206 pktw->pcw_total_xfer = 0; in scsi_dma_buf_bind_attr()
258 pktw->pcw_total_xfer += pktp->pkt_dma_len; in scsi_dmaget_attr()
345 pktw->pcw_total_xfer = 0; in scsi_init_cache_pkt()
462 pktw->pcw_total_xfer += in_pktp->pkt_dma_len; in scsi_init_cache_pkt()
466 ASSERT(pktw->pcw_total_xfer <= bp->b_bcount); in scsi_init_cache_pkt()
468 pktw->pcw_total_xfer; in scsi_init_cache_pkt()
H A Dscsi_hba.c854 pktw->pcw_total_xfer = 0; in scsi_hba_pkt_destructor()