Searched defs:igb_adapter (Results 1 – 1 of 1) sorted by relevance
544 struct igb_adapter { struct545 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];547 struct net_device *netdev;548 struct bpf_prog *xdp_prog;550 unsigned long state;551 unsigned int flags;553 unsigned int num_q_vectors;554 struct msix_entry msix_entries[MAX_MSIX_ENTRIES];557 u32 rx_itr_setting;558 u32 tx_itr_setting;[all …]