Home
last modified time | relevance | path

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

/freebsd/sys/dev/arcmsr/
H A Darcmsr.c4351 if (acb->xor_mega) { in arcmsr_iop_confirm()
4511 if (nseg != acb->xor_mega) { in arcmsr_map_xor_sg()
4983 acb->xor_mega = (xor_ram - 1) * 32 + 128 + 3; in arcmsr_alloc_xor_mem()
4984 acb->init2cfg_size = sizeof(struct HostRamBuf) + (sizeof(struct XorSg) * acb->xor_mega); in arcmsr_alloc_xor_mem()
5028 /*maxsize*/ (ARCMSR_XOR_SEG_SIZE * acb->xor_mega), in arcmsr_alloc_xor_mem()
5029 /*nsegments*/ acb->xor_mega, in arcmsr_alloc_xor_mem()
5047 …cb->xor_dmat, acb->xor_dmamap, acb->xorptr, (ARCMSR_XOR_SEG_SIZE * acb->xor_mega), arcmsr_map_xor_… in arcmsr_alloc_xor_mem()
H A Darcmsr.h1424 int xor_mega; member