Searched defs:igb_adapter (Results 1 – 1 of 1) sorted by relevance
535 struct igb_adapter { struct536 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];538 struct net_device *netdev;539 struct bpf_prog *xdp_prog;541 unsigned long state;542 unsigned int flags;544 unsigned int num_q_vectors;545 struct msix_entry msix_entries[MAX_MSIX_ENTRIES];548 u32 rx_itr_setting;549 u32 tx_itr_setting;[all …]