Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep_vf/
Doctep_vf_tx.h135 struct octep_vf_tx_desc_hw *desc_ring;
254 struct octep_vf_tx_desc_hw { struct
273 static_assert(sizeof(struct octep_vf_tx_desc_hw) == 64); argument
275 #define OCTEP_VF_IQ_DESC_SIZE (sizeof(struct octep_vf_tx_desc_hw))
Doctep_vf_main.c602 struct octep_vf_tx_desc_hw *hw_desc; in octep_vf_start_xmit()