Home
last modified time | relevance | path

Searched defs:xgene_enet_pdata (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_main.h184 struct xgene_enet_pdata { struct
185 struct net_device *ndev;
186 struct mii_bus *mdio_bus;
187 int phy_speed;
188 struct clk *clk;
189 struct platform_device *pdev;
190 enum xgene_enet_id enet_id;
191 struct xgene_enet_desc_ring *tx_ring[XGENE_NUM_TX_RING];
192 struct xgene_enet_desc_ring *rx_ring[XGENE_NUM_RX_RING];
193 u16 tx_level[XGENE_NUM_TX_RING];
[all …]