Searched refs:ioqueue_size (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/scsi/arcmsr/
H A Darcmsr_hba.c251 dma_free_coherent(&acb->pdev->dev, acb->ioqueue_size,
682 acb->ioqueue_size = roundup(sizeof(struct MessageUnit_B), 32);
683 dma_coherent = dma_alloc_coherent(&pdev->dev, acb->ioqueue_size,
696 acb->ioqueue_size = roundup(sizeof(struct MessageUnit_D), 32);
697 dma_coherent = dma_alloc_coherent(&pdev->dev, acb->ioqueue_size,
712 acb->ioqueue_size = roundup(completeQ_size, 32);
713 dma_coherent = dma_alloc_coherent(&pdev->dev, acb->ioqueue_size,
722 acb->completionQ_entry = acb->ioqueue_size / sizeof(struct deliver_completeQ);
733 acb->ioqueue_size = roundup(acb->completeQ_size + MESG_RW_BUFFER_SIZE, 32);
734 dma_coherent = dma_alloc_coherent(&pdev->dev, acb->ioqueue_size,
[all...]
H A Darcmsr.h856 u32 ioqueue_size; member in struct:AdapterControlBlock

Completed in 160 milliseconds