Searched defs:igbvf_adapter (Results 1 – 1 of 1) sorted by relevance
176 struct igbvf_adapter { struct177 struct timer_list watchdog_timer;178 struct timer_list blink_timer;180 struct work_struct reset_task;181 struct work_struct watchdog_task;183 const struct igbvf_info *ei;185 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];186 u32 bd_number;187 u32 rx_buffer_len;188 u32 polling_interval;[all …]