Searched refs:ioqueue_size (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/scsi/arcmsr/ | 
| D | arcmsr_hba.c | 236 		dma_free_coherent(&acb->pdev->dev, acb->ioqueue_size,  in arcmsr_free_io_queue()644 		acb->ioqueue_size = roundup(sizeof(struct MessageUnit_B), 32);  in arcmsr_alloc_io_queue()
 645 		dma_coherent = dma_alloc_coherent(&pdev->dev, acb->ioqueue_size,  in arcmsr_alloc_io_queue()
 658 		acb->ioqueue_size = roundup(sizeof(struct MessageUnit_D), 32);  in arcmsr_alloc_io_queue()
 659 		dma_coherent = dma_alloc_coherent(&pdev->dev, acb->ioqueue_size,  in arcmsr_alloc_io_queue()
 674 		acb->ioqueue_size = roundup(completeQ_size, 32);  in arcmsr_alloc_io_queue()
 675 		dma_coherent = dma_alloc_coherent(&pdev->dev, acb->ioqueue_size,  in arcmsr_alloc_io_queue()
 684 		acb->completionQ_entry = acb->ioqueue_size / sizeof(struct deliver_completeQ);  in arcmsr_alloc_io_queue()
 722 	acb->uncache_size += acb->ioqueue_size;  in arcmsr_alloc_ccb_pool()
 776 		acb->completionQ_entry = acb->ioqueue_size / sizeof(struct deliver_completeQ);  in arcmsr_alloc_ccb_pool()
 [all …]
 
 | 
| D | arcmsr.h | 742 	u32			ioqueue_size;  member
 |