fun_alloc_ring_mem
funq->sq_cmds = fun_alloc_ring_mem(funq->fdev->dev, funq->sq_depth,
funq->cqes = fun_alloc_ring_mem(funq->fdev->dev, funq->cq_depth,
funq->rqes = fun_alloc_ring_mem(funq->fdev->dev, funq->rq_depth,
EXPORT_SYMBOL_GPL(fun_alloc_ring_mem);
void *fun_alloc_ring_mem(struct device *dma_dev, size_t depth,
q->rqes = fun_alloc_ring_mem(q->dma_dev, nrqe, sizeof(*q->rqes),
q->cqes = fun_alloc_ring_mem(q->dma_dev, ncqe, FUNETH_CQE_SIZE, 0,
q->desc = fun_alloc_ring_mem(q->dma_dev, ndesc, FUNETH_SQE_SIZE,