Searched refs:xortable (Results 1 – 2 of 2) sorted by relevance
4509 struct XorSg *pxortable = (struct XorSg *)(acb->xortable + sizeof(struct HostRamBuf)); in arcmsr_map_xor_sg()4527 pRamBuf = (struct HostRamBuf *)acb->xortable; in arcmsr_map_xor_sg()4554 bus_dmamem_free(acb->xortable_dmat, acb->xortable, acb->xortable_dmamap); in arcmsr_free_resource()5006 …if(bus_dmamem_alloc(acb->xortable_dmat, (void **)&acb->xortable, ARCMSR_DMA_ALLOC_FLAG, &acb->xort… in arcmsr_alloc_xor_mem()5012 …rc = bus_dmamap_load(acb->xortable_dmat, acb->xortable_dmamap, acb->xortable, acb->init2cfg_size, … in arcmsr_alloc_xor_mem()
1429 u_int8_t *xortable; member