Searched defs:e1000_adapter (Results 1 – 2 of 2) sorted by relevance
228 struct e1000_adapter { struct229 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];230 u16 mng_vlan_id;231 u32 bd_number;232 u32 rx_buffer_len;233 u32 wol;234 u32 smartspeed;235 u32 en_mng_pt;236 u16 link_speed;237 u16 link_duplex;[all …]
209 struct e1000_adapter { struct210 struct timer_list watchdog_timer;211 struct timer_list phy_info_timer;212 struct timer_list blink_timer;214 struct work_struct reset_task;215 struct work_struct watchdog_task;217 const struct e1000_info *ei;219 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];220 u32 bd_number;221 u32 rx_buffer_len;[all …]