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 …]
207 struct e1000_adapter { struct208 struct timer_list watchdog_timer;209 struct timer_list phy_info_timer;210 struct timer_list blink_timer;212 struct work_struct reset_task;213 struct work_struct watchdog_task;215 const struct e1000_info *ei;217 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];218 u32 bd_number;219 u32 rx_buffer_len;[all …]