Searched refs:fun_alloc_ring_mem (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/fungible/funcore/ |
D | fun_queue.c | 19 void *fun_alloc_ring_mem(struct device *dma_dev, size_t depth, in fun_alloc_ring_mem() function 55 EXPORT_SYMBOL_GPL(fun_alloc_ring_mem); 356 funq->sq_cmds = fun_alloc_ring_mem(funq->fdev->dev, funq->sq_depth, in fun_alloc_sqes() 366 funq->cqes = fun_alloc_ring_mem(funq->fdev->dev, funq->cq_depth, in fun_alloc_cqes() 375 funq->rqes = fun_alloc_ring_mem(funq->fdev->dev, funq->rq_depth, in fun_alloc_rqes()
|
D | fun_queue.h | 142 void *fun_alloc_ring_mem(struct device *dma_dev, size_t depth,
|
/linux-6.12.1/drivers/net/ethernet/fungible/funeth/ |
D | funeth_rx.c | 638 q->rqes = fun_alloc_ring_mem(q->dma_dev, nrqe, sizeof(*q->rqes), in fun_rxq_create_sw() 644 q->cqes = fun_alloc_ring_mem(q->dma_dev, ncqe, FUNETH_CQE_SIZE, 0, in fun_rxq_create_sw()
|
D | funeth_tx.c | 642 q->desc = fun_alloc_ring_mem(q->dma_dev, ndesc, FUNETH_SQE_SIZE, in fun_txq_create_sw()
|