Searched defs:atl1_adapter (Results 1 – 1 of 1) sorted by relevance
756 struct atl1_adapter { struct757 struct net_device *netdev;758 struct pci_dev *pdev;760 struct atl1_sft_stats soft_stats;761 u32 rx_buffer_len;762 u32 wol;763 u16 link_speed;764 u16 link_duplex;765 spinlock_t lock;766 struct napi_struct napi;[all …]