Searched defs:sxgbe_priv_data (Results 1 – 1 of 1) sorted by relevance
456 struct sxgbe_priv_data { struct458 struct sxgbe_tx_queue *txq[SXGBE_TX_QUEUES];459 struct sxgbe_rx_queue *rxq[SXGBE_RX_QUEUES];460 u8 cur_rx_qnum;462 unsigned int dma_tx_size;463 unsigned int dma_rx_size;464 unsigned int dma_buf_sz;465 u32 rx_riwt;467 struct napi_struct napi;469 void __iomem *ioaddr;[all …]