Searched refs:FUNETH_CQE_SIZE (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/fungible/funeth/ |
D | funeth_txrx.h | 36 #define FUNETH_CQE_SIZE 64U macro 39 #define FUNETH_CQE_INFO_OFFSET (FUNETH_CQE_SIZE - sizeof(struct fun_cqe_info))
|
D | funeth_rx.c | 357 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()
|
D | funeth_ethtool.c | 570 kring->cqe_size = FUNETH_CQE_SIZE; in fun_get_ringparam()
|