Searched defs:ixgbevf_adapter (Results 1 – 1 of 1) sorted by relevance
190 struct ixgbevf_adapter { struct191 struct timer_list watchdog_timer;192 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];193 u16 bd_number;194 struct work_struct reset_task;195 struct ixgbevf_q_vector *q_vector[MAX_MSIX_Q_VECTORS];196 char name[MAX_MSIX_COUNT][IFNAMSIZ + 9];199 u32 itr_setting;200 u16 eitr_low;201 u16 eitr_high;[all …]