Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/marvell/octeon_ep/
Doctep_tx.c199 desc_ring_size = OCTEP_IQ_DESC_SIZE * CFG_GET_IQ_NUM_DESC(oct->conf); in octep_setup_iq()
271 desc_ring_size = OCTEP_IQ_DESC_SIZE * CFG_GET_IQ_NUM_DESC(oct->conf); in octep_free_iq()
Doctep_tx.h283 #define OCTEP_IQ_DESC_SIZE (sizeof(struct octep_tx_desc_hw)) macro