Searched defs:igb_adapter (Results 1 – 1 of 1) sorted by relevance
542 struct igb_adapter { struct543 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];545 struct net_device *netdev;546 struct bpf_prog *xdp_prog;548 unsigned long state;549 unsigned int flags;551 unsigned int num_q_vectors;552 struct msix_entry msix_entries[MAX_MSIX_ENTRIES];555 u32 rx_itr_setting;556 u32 tx_itr_setting;[all …]