Searched defs:igbvf_adapter (Results 1 – 1 of 1) sorted by relevance
155 struct igbvf_adapter { struct156 struct timer_list watchdog_timer;158 struct work_struct reset_task;159 struct work_struct watchdog_task;161 const struct igbvf_info *ei;163 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];164 u32 rx_buffer_len;165 u16 link_speed;166 u16 link_duplex;169 unsigned long state;[all …]