Searched refs:pXorPhys (Results 1 – 1 of 1) sorted by relevance
762 struct Xor_sg *pXorPhys; in arcmsr_alloc_xor_buffer() local775 pXorPhys = (struct Xor_sg *)((unsigned long)dma_coherent + in arcmsr_alloc_xor_buffer()786 pXorPhys->xorPhys = dma_coherent_handle; in arcmsr_alloc_xor_buffer()787 pXorPhys->xorBufLen = ARCMSR_XOR_SEG_SIZE; in arcmsr_alloc_xor_buffer()789 pXorPhys++; in arcmsr_alloc_xor_buffer()2086 struct Xor_sg *pXorPhys; in arcmsr_free_ccb_pool() local2090 pXorPhys = (struct Xor_sg *)(acb->xorVirt + in arcmsr_free_ccb_pool()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()[all …]