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 …]
190 struct e1000_adapter { struct191 struct timer_list watchdog_timer;192 struct timer_list phy_info_timer;193 struct timer_list blink_timer;195 struct work_struct reset_task;196 struct work_struct watchdog_task;198 const struct e1000_info *ei;200 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];201 u32 bd_number;202 u32 rx_buffer_len;[all …]