Searched defs:igb_adapter (Results 1 – 1 of 1) sorted by relevance
352 struct igb_adapter { struct353 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];355 struct net_device *netdev;357 unsigned long state;358 unsigned int flags;360 unsigned int num_q_vectors;361 struct msix_entry msix_entries[MAX_MSIX_ENTRIES];364 u32 rx_itr_setting;365 u32 tx_itr_setting;366 u16 tx_itr;[all …]