Searched defs:e1000_adapter (Results 1 – 1 of 1) sorted by relevance
192 struct e1000_adapter { struct193 struct timer_list watchdog_timer;194 struct timer_list phy_info_timer;195 struct timer_list blink_timer;197 struct work_struct reset_task;198 struct work_struct watchdog_task;200 const struct e1000_info *ei;202 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];203 u32 bd_number;204 u32 rx_buffer_len;[all …]