Searched defs:stmmac_rx_queue (Results 1 – 1 of 1) sorted by relevance
66 struct stmmac_rx_queue { struct67 u32 queue_index;68 struct stmmac_priv *priv_data;69 struct dma_extended_desc *dma_erx;70 struct dma_desc *dma_rx ____cacheline_aligned_in_smp;71 struct sk_buff **rx_skbuff;72 dma_addr_t *rx_skbuff_dma;73 unsigned int cur_rx;74 unsigned int dirty_rx;75 u32 rx_zeroc_thresh;[all …]