Searched refs:ioqueue_size (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/scsi/arcmsr/ |
D | arcmsr_hba.c | 247 dma_free_coherent(&acb->pdev->dev, acb->ioqueue_size, in arcmsr_free_io_queue() 678 acb->ioqueue_size = roundup(sizeof(struct MessageUnit_B), 32); in arcmsr_alloc_io_queue() 679 dma_coherent = dma_alloc_coherent(&pdev->dev, acb->ioqueue_size, in arcmsr_alloc_io_queue() 692 acb->ioqueue_size = roundup(sizeof(struct MessageUnit_D), 32); in arcmsr_alloc_io_queue() 693 dma_coherent = dma_alloc_coherent(&pdev->dev, acb->ioqueue_size, in arcmsr_alloc_io_queue() 708 acb->ioqueue_size = roundup(completeQ_size, 32); in arcmsr_alloc_io_queue() 709 dma_coherent = dma_alloc_coherent(&pdev->dev, acb->ioqueue_size, in arcmsr_alloc_io_queue() 718 acb->completionQ_entry = acb->ioqueue_size / sizeof(struct deliver_completeQ); in arcmsr_alloc_io_queue() 729 acb->ioqueue_size = roundup(acb->completeQ_size + MESG_RW_BUFFER_SIZE, 32); in arcmsr_alloc_io_queue() 730 dma_coherent = dma_alloc_coherent(&pdev->dev, acb->ioqueue_size, in arcmsr_alloc_io_queue() [all …]
|
D | arcmsr.h | 835 u32 ioqueue_size; member
|