Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/arcmsr/
Darcmsr.h833 dma_addr_t xorPhys; member
837 dma_addr_t xorPhys; member
973 dma_addr_t xorPhys; member
Darcmsr_hba.c773 acb->xorPhys = dma_coherent_handle; in arcmsr_alloc_xor_buffer()
785 pXorPhys->xorPhys = dma_coherent_handle; in arcmsr_alloc_xor_buffer()
2094 if (pXorPhys->xorPhys) { in arcmsr_free_ccb_pool()
2097 *pXorVirt, pXorPhys->xorPhys); in arcmsr_free_ccb_pool()
2098 pXorPhys->xorPhys = 0; in arcmsr_free_ccb_pool()
2105 acb->xorVirt, acb->xorPhys); in arcmsr_free_ccb_pool()
4188 acb->msgcode_rwbuffer[10] = lower_32_bits(acb->xorPhys); in arcmsr_iop_confirm()
4189 acb->msgcode_rwbuffer[11] = upper_32_bits(acb->xorPhys); in arcmsr_iop_confirm()