Searched refs:uncache_size (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/arcmsr/ |
H A D | arcmsr.h | 906 unsigned int uncache_size; member
|
H A D | arcmsr_hba.c | 774 acb->uncache_size = roundup_ccbsize * acb->maxFreeCCB; in arcmsr_alloc_ccb_pool() 776 acb->uncache_size += acb->ioqueue_size; in arcmsr_alloc_ccb_pool() 777 dma_coherent = dma_alloc_coherent(&pdev->dev, acb->uncache_size, &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_ccb_pool() 784 memset(dma_coherent, 0, acb->uncache_size); in arcmsr_alloc_ccb_pool() 2037 dma_free_coherent(&acb->pdev->dev, acb->uncache_size, acb->dma_coherent, acb->dma_coherent_handle); in arcmsr_free_ccb_pool()
|
/kernel/linux/linux-6.6/drivers/scsi/arcmsr/ |
H A D | arcmsr.h | 908 unsigned int uncache_size; member
|
H A D | arcmsr_hba.c | 781 acb->uncache_size = roundup_ccbsize * acb->maxFreeCCB; in arcmsr_alloc_ccb_pool() 783 acb->uncache_size += acb->ioqueue_size; in arcmsr_alloc_ccb_pool() 784 dma_coherent = dma_alloc_coherent(&pdev->dev, acb->uncache_size, &dma_coherent_handle, GFP_KERNEL); in arcmsr_alloc_ccb_pool() 791 memset(dma_coherent, 0, acb->uncache_size); in arcmsr_alloc_ccb_pool() 2029 dma_free_coherent(&acb->pdev->dev, acb->uncache_size, acb->dma_coherent, acb->dma_coherent_handle); in arcmsr_free_ccb_pool()
|
Completed in 18 milliseconds