Searched defs:atl1e_adapter (Results 1 – 1 of 1) sorted by relevance
419 struct atl1e_adapter { struct420 struct net_device *netdev;421 struct pci_dev *pdev;422 struct napi_struct napi;423 struct mii_if_info mii; /* MII interface info */424 struct atl1e_hw hw;425 struct atl1e_hw_stats hw_stats;427 u32 wol;428 u16 link_speed;429 u16 link_duplex;[all …]