Searched defs:sxgbe_rx_queue (Results 1 – 1 of 1) sorted by relevance
398 struct sxgbe_rx_queue { struct399 struct sxgbe_priv_data *priv_ptr;400 struct sxgbe_rx_norm_desc *dma_rx;401 struct sk_buff **rx_skbuff;402 unsigned int cur_rx;403 unsigned int dirty_rx;404 unsigned int irq_no;405 u32 rx_riwt;406 dma_addr_t *rx_skbuff_dma;407 dma_addr_t dma_rx_phy;[all …]