Searched defs:e1000_adapter (Results 1 – 2 of 2) sorted by relevance
216 struct e1000_adapter { struct217 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];218 u16 mng_vlan_id;219 u32 bd_number;220 u32 rx_buffer_len;221 u32 wol;222 u32 smartspeed;223 u32 en_mng_pt;224 u16 link_speed;225 u16 link_duplex;[all …]
273 struct e1000_adapter { struct274 struct timer_list watchdog_timer;275 struct timer_list phy_info_timer;276 struct timer_list blink_timer;278 struct work_struct reset_task;279 struct work_struct watchdog_task;281 const struct e1000_info *ei;283 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];284 u32 bd_number;285 u32 rx_buffer_len;[all …]