Searched refs:txlt_tmp_buf (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/sata/impl/ |
H A D | sata.h | 487 caddr_t txlt_tmp_buf; /* temp buffer address */ member
|
/illumos-gate/usr/src/uts/common/io/sata/impl/ |
H A D | sata.c | 3164 if (spx->txlt_tmp_buf != NULL && (direction & SATA_DIR_WRITE) != 0) { in sata_scsi_sync_pkt() 3166 bcopy(bp->b_un.b_addr, spx->txlt_tmp_buf, bp->b_bcount); in sata_scsi_sync_pkt() 3175 if (spx->txlt_tmp_buf != NULL && !(direction & SATA_DIR_WRITE)) { in sata_scsi_sync_pkt() 3177 bcopy(spx->txlt_tmp_buf, bp->b_un.b_addr, bp->b_bcount); in sata_scsi_sync_pkt() 7577 if (spx->txlt_tmp_buf != NULL) { in sata_txlt_rw_completion() 7585 bcopy(spx->txlt_tmp_buf, bp->b_un.b_addr, in sata_txlt_rw_completion() 7772 if (spx->txlt_tmp_buf != NULL) { in sata_txlt_apt_completion() 7776 bcopy(spx->txlt_tmp_buf, bp->b_un.b_addr, in sata_txlt_apt_completion() 7862 if (spx->txlt_tmp_buf != NULL) { in sata_txlt_unmap_completion() 7866 bcopy(spx->txlt_tmp_buf, bp->b_un.b_addr, in sata_txlt_unmap_completion() [all …]
|