Searched defs:igbvf_adapter (Results 1 – 1 of 1) sorted by relevance
155 struct igbvf_adapter { struct156 struct timer_list watchdog_timer;157 struct timer_list blink_timer;159 struct work_struct reset_task;160 struct work_struct watchdog_task;162 const struct igbvf_info *ei;164 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];165 u32 bd_number;166 u32 rx_buffer_len;167 u32 polling_interval;[all …]