Searched defs:xge_pdata (Results 1 – 1 of 1) sorted by relevance
50 struct xge_pdata { struct51 struct xge_resource resources;52 struct xge_desc_ring *tx_ring;53 struct xge_desc_ring *rx_ring;54 struct platform_device *pdev;55 char irq_name[IRQ_ID_SIZE];56 struct mii_bus *mdio_bus;57 struct net_device *ndev;58 struct napi_struct napi;59 struct xge_stats stats;[all …]