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.c775 acb->xorPhys = dma_coherent_handle; in arcmsr_alloc_xor_buffer()
787 pXorPhys->xorPhys = dma_coherent_handle; in arcmsr_alloc_xor_buffer()
2096 if (pXorPhys->xorPhys) { in arcmsr_free_ccb_pool()
2099 *pXorVirt, pXorPhys->xorPhys); in arcmsr_free_ccb_pool()
2100 pXorPhys->xorPhys = 0; in arcmsr_free_ccb_pool()
2107 acb->xorVirt, acb->xorPhys); in arcmsr_free_ccb_pool()
4192 acb->msgcode_rwbuffer[10] = lower_32_bits(acb->xorPhys); in arcmsr_iop_confirm()
4193 acb->msgcode_rwbuffer[11] = upper_32_bits(acb->xorPhys); in arcmsr_iop_confirm()