Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep/
Doctep_tx.h177 struct octep_tx_desc_hw *desc_ring;
297 struct octep_tx_desc_hw { struct
314 static_assert(sizeof(struct octep_tx_desc_hw) == 64); argument
316 #define OCTEP_IQ_DESC_SIZE (sizeof(struct octep_tx_desc_hw))
Doctep_main.c848 struct octep_tx_desc_hw *hw_desc; in octep_start_xmit()