Searched refs:ioqueue_size (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/scsi/arcmsr/ |
H A D | arcmsr_hba.c | 251 dma_free_coherent(&acb->pdev->dev, acb->ioqueue_size, in arcmsr_free_io_queue() 682 acb->ioqueue_size = roundup(sizeof(struct MessageUnit_B), 32); in arcmsr_alloc_io_queue() 683 dma_coherent = dma_alloc_coherent(&pdev->dev, acb->ioqueue_size, in arcmsr_alloc_io_queue() 696 acb->ioqueue_size = roundup(sizeof(struct MessageUnit_D), 32); in arcmsr_alloc_io_queue() 697 dma_coherent = dma_alloc_coherent(&pdev->dev, acb->ioqueue_size, in arcmsr_alloc_io_queue() 712 acb->ioqueue_size = roundup(completeQ_size, 32); in arcmsr_alloc_io_queue() 713 dma_coherent = dma_alloc_coherent(&pdev->dev, acb->ioqueue_size, in arcmsr_alloc_io_queue() 733 acb->ioqueue_size = roundup(acb->completeQ_size + MESG_RW_BUFFER_SIZE, 32); in arcmsr_alloc_io_queue() 734 dma_coherent = dma_alloc_coherent(&pdev->dev, acb->ioqueue_size, in arcmsr_alloc_io_queue() 783 acb->uncache_size += acb->ioqueue_size; in arcmsr_alloc_ccb_pool() [all …]
|
H A D | arcmsr.h | 839 u32 ioqueue_size; member
|