Home
last modified time | relevance | path

Searched refs:FUNETH_SQE_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_txrx.h11 #define FUNETH_SQE_SIZE 64U macro
17 #define FUNETH_GLE_PER_DESC (FUNETH_SQE_SIZE / sizeof(struct fun_dataop_gl))
31 FUNETH_SQE_SIZE)
232 return q->desc + idx * FUNETH_SQE_SIZE; in fun_tx_desc_addr()
H A Dfuneth_tx.c72 return DIV_ROUND_UP(req->len8, FUNETH_SQE_SIZE / 8); in tx_req_ndesc()
531 FUNETH_SQE_SIZE); in fun_xdp_tx()
642 q->desc = fun_alloc_ring_mem(q->dma_dev, ndesc, FUNETH_SQE_SIZE, in fun_txq_create_sw()
669 fun_free_ring_mem(q->dma_dev, q->mask + 1, FUNETH_SQE_SIZE, true, in fun_txq_free_sw()
695 FUN_HCI_ID_INVALID, ilog2(FUNETH_SQE_SIZE), ndesc, in fun_txq_create_dev()