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