Searched defs:ixgbe_adapter (Results 1 – 2 of 2) sorted by relevance
563 struct ixgbe_adapter { struct564 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];566 struct net_device *netdev;567 struct bpf_prog *xdp_prog;568 struct pci_dev *pdev;569 struct mii_bus *mii_bus;571 unsigned long state;576 u32 flags;602 u32 flags2;623 int num_tx_queues;[all …]
606 struct ixgbe_adapter { struct607 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];609 struct net_device *netdev;610 struct bpf_prog *xdp_prog;611 struct pci_dev *pdev;612 struct mii_bus *mii_bus;614 unsigned long state;619 u32 flags;645 u32 flags2;666 int num_tx_queues;[all …]