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