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