Home
last modified time | relevance | path

Searched defs:stmmac_rx_queue (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac.h103 struct stmmac_rx_queue { struct
104 u32 rx_count_frames;
105 u32 queue_index;
106 struct xdp_rxq_info xdp_rxq;
107 struct xsk_buff_pool *xsk_pool;
108 struct page_pool *page_pool;
109 struct stmmac_rx_buffer *buf_pool;
110 struct stmmac_priv *priv_data;
111 struct dma_extended_desc *dma_erx;
112 struct dma_desc *dma_rx ____cacheline_aligned_in_smp;
[all …]