Searched refs:ARCMSR_XOR_SEG_SIZE (Results 1 – 2 of 2) sorted by relevance
4517 if ((u_int32_t)segs->ds_len != ARCMSR_XOR_SEG_SIZE) { in arcmsr_map_xor_sg()4529 pRamBuf->hrbSize = ARCMSR_XOR_SEG_SIZE * nseg; in arcmsr_map_xor_sg()5028 /*maxsize*/ (ARCMSR_XOR_SEG_SIZE * acb->xor_mega), in arcmsr_alloc_xor_mem()5030 /*maxsegsz*/ ARCMSR_XOR_SEG_SIZE, in arcmsr_alloc_xor_mem()5047 …rc = bus_dmamap_load(acb->xor_dmat, acb->xor_dmamap, acb->xorptr, (ARCMSR_XOR_SEG_SIZE * acb->xor_… in arcmsr_alloc_xor_mem()
1449 #define ARCMSR_XOR_SEG_SIZE (1024 * 1024) macro