Home
last modified time | relevance | path

Searched refs:FUNETH_CQE_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/fungible/funeth/
A Dfuneth_txrx.h36 #define FUNETH_CQE_SIZE 64U macro
39 #define FUNETH_CQE_INFO_OFFSET (FUNETH_CQE_SIZE - sizeof(struct fun_cqe_info))
A Dfuneth_rx.c357 q->next_cqe_info += FUNETH_CQE_SIZE; in advance_cq()
645 q->cqes = fun_alloc_ring_mem(q->dma_dev, ncqe, FUNETH_CQE_SIZE, 0, in fun_rxq_create_sw()
666 dma_free_coherent(q->dma_dev, ncqe * FUNETH_CQE_SIZE, q->cqes, in fun_rxq_create_sw()
686 dma_free_coherent(q->dma_dev, (q->cq_mask + 1) * FUNETH_CQE_SIZE, in fun_rxq_free_sw()
738 q->hw_sqid, ilog2(FUNETH_CQE_SIZE), ncqe, in fun_rxq_create_dev()
A Dfuneth_ethtool.c570 kring->cqe_size = FUNETH_CQE_SIZE; in fun_get_ringparam()

Completed in 9 milliseconds