Searched defs:e1000_adapter (Results 1 – 2 of 2) sorted by relevance
204 struct e1000_adapter { struct205 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];206 u16 mng_vlan_id;207 u32 bd_number;208 u32 rx_buffer_len;209 u32 wol;210 u32 smartspeed;211 u32 en_mng_pt;212 u16 link_speed;213 u16 link_duplex;[all …]
188 struct e1000_adapter { struct189 struct timer_list watchdog_timer;190 struct timer_list phy_info_timer;191 struct timer_list blink_timer;193 struct work_struct reset_task;194 struct work_struct watchdog_task;196 const struct e1000_info *ei;198 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];199 u32 bd_number;200 u32 rx_buffer_len;[all …]