Searched defs:atl1_adapter (Results 1 – 1 of 1) sorted by relevance
743 struct atl1_adapter { struct744 struct net_device *netdev;745 struct pci_dev *pdev;747 struct atl1_sft_stats soft_stats;748 u32 rx_buffer_len;749 u32 wol;750 u16 link_speed;751 u16 link_duplex;752 spinlock_t lock;753 struct napi_struct napi;[all …]