Searched defs:igb_adapter (Results 1 – 1 of 1) sorted by relevance
543 struct igb_adapter { struct544 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];546 struct net_device *netdev;547 struct bpf_prog *xdp_prog;549 unsigned long state;550 unsigned int flags;552 unsigned int num_q_vectors;553 struct msix_entry msix_entries[MAX_MSIX_ENTRIES];556 u32 rx_itr_setting;557 u32 tx_itr_setting;[all …]