Searched defs:igbvf_adapter (Results 1 – 1 of 1) sorted by relevance
167 struct igbvf_adapter { struct168 struct timer_list watchdog_timer;169 struct timer_list blink_timer;171 struct work_struct reset_task;172 struct work_struct watchdog_task;174 const struct igbvf_info *ei;176 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];177 u32 bd_number;178 u32 rx_buffer_len;179 u32 polling_interval;[all …]