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