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

/drivers/scsi/ibmvscsi/
H A Dibmvfc.c4539 struct ibmvfc_async_crq_queue *async_q = &vhost->async_crq; local
4549 dma_unmap_single(vhost->dev, async_q->msg_token,
4550 async_q->size * sizeof(*async_q->msgs), DMA_BIDIRECTIONAL);
4551 free_page((unsigned long)async_q->msgs);
4564 struct ibmvfc_async_crq_queue *async_q = &vhost->async_crq; local
4568 async_q->msgs = (struct ibmvfc_async_crq *)get_zeroed_page(GFP_KERNEL);
4569 if (!async_q->msgs) {
4574 async_q->size = PAGE_SIZE / sizeof(struct ibmvfc_async_crq);
4575 async_q
[all...]

Completed in 3588 milliseconds