Searched refs:FUNETH_SQE_SIZE (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/fungible/funeth/ |
D | funeth_txrx.h | 10 #define FUNETH_SQE_SIZE 64U macro 16 #define FUNETH_GLE_PER_DESC (FUNETH_SQE_SIZE / sizeof(struct fun_dataop_gl)) 30 FUNETH_SQE_SIZE) 231 return q->desc + idx * FUNETH_SQE_SIZE; in fun_tx_desc_addr()
|
D | funeth_tx.c | 72 return DIV_ROUND_UP(req->len8, FUNETH_SQE_SIZE / 8); in tx_req_ndesc() 532 FUNETH_SQE_SIZE); in fun_xdp_tx() 643 q->desc = fun_alloc_ring_mem(q->dma_dev, ndesc, FUNETH_SQE_SIZE, in fun_txq_create_sw() 670 fun_free_ring_mem(q->dma_dev, q->mask + 1, FUNETH_SQE_SIZE, true, in fun_txq_free_sw() 696 FUN_HCI_ID_INVALID, ilog2(FUNETH_SQE_SIZE), ndesc, in fun_txq_create_dev()
|