Searched defs:igb_adapter (Results 1 – 1 of 1) sorted by relevance
282 struct igb_adapter { struct283 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];285 struct net_device *netdev;287 unsigned long state;288 unsigned int flags;290 unsigned int num_q_vectors;291 struct msix_entry *msix_entries;294 u32 rx_itr_setting;295 u32 tx_itr_setting;296 u16 tx_itr;[all …]