Searched defs:e1000_adapter (Results 1 – 2 of 2) sorted by relevance
205 struct e1000_adapter { struct206 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];207 u16 mng_vlan_id;208 u32 bd_number;209 u32 rx_buffer_len;210 u32 wol;211 u32 smartspeed;212 u32 en_mng_pt;213 u16 link_speed;214 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 …]