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