Searched refs:pXorPhys (Results 1 – 1 of 1) sorted by relevance
763 struct Xor_sg *pXorPhys; in arcmsr_alloc_xor_buffer() local776 pXorPhys = (struct Xor_sg *)((unsigned long)dma_coherent + in arcmsr_alloc_xor_buffer()787 pXorPhys->xorPhys = dma_coherent_handle; in arcmsr_alloc_xor_buffer()788 pXorPhys->xorBufLen = ARCMSR_XOR_SEG_SIZE; in arcmsr_alloc_xor_buffer()790 pXorPhys++; in arcmsr_alloc_xor_buffer()2087 struct Xor_sg *pXorPhys; in arcmsr_free_ccb_pool() local2091 pXorPhys = (struct Xor_sg *)(acb->xorVirt + in arcmsr_free_ccb_pool()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()[all …]