Searched defs:igb_adapter (Results 1 – 1 of 1) sorted by relevance
466 struct igb_adapter { struct467 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];469 struct net_device *netdev;471 unsigned long state;472 unsigned int flags;474 unsigned int num_q_vectors;475 struct msix_entry msix_entries[MAX_MSIX_ENTRIES];478 u32 rx_itr_setting;479 u32 tx_itr_setting;480 u16 tx_itr;[all …]