Home
last modified time | relevance | path

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

/linux/drivers/scsi/arcmsr/
H A Darcmsr.h833 dma_addr_t xorPhys; member
837 dma_addr_t xorPhys; member
973 dma_addr_t xorPhys; member
H A Darcmsr_hba.c774 acb->xorPhys = dma_coherent_handle; in arcmsr_alloc_xor_buffer()
786 pXorPhys->xorPhys = dma_coherent_handle; in arcmsr_alloc_xor_buffer()
2095 if (pXorPhys->xorPhys) { in arcmsr_free_ccb_pool()
2098 *pXorVirt, pXorPhys->xorPhys); in arcmsr_free_ccb_pool()
2099 pXorPhys->xorPhys = 0; in arcmsr_free_ccb_pool()
2106 acb->xorVirt, acb->xorPhys); in arcmsr_free_ccb_pool()
4190 acb->msgcode_rwbuffer[10] = lower_32_bits(acb->xorPhys); in arcmsr_iop_confirm()
4191 acb->msgcode_rwbuffer[11] = upper_32_bits(acb->xorPhys); in arcmsr_iop_confirm()