Searched defs:atl1e_adapter (Results 1 – 1 of 1) sorted by relevance
432 struct atl1e_adapter { struct433 struct net_device *netdev;434 struct pci_dev *pdev;435 struct napi_struct napi;436 struct mii_if_info mii; /* MII interface info */437 struct atl1e_hw hw;438 struct atl1e_hw_stats hw_stats;440 u32 wol;441 u16 link_speed;442 u16 link_duplex;[all …]