Searched defs:hnae3_handle (Results 1 – 1 of 1) sorted by relevance
818 struct hnae3_handle { struct819 struct hnae3_client *client;820 struct pci_dev *pdev;821 void *priv;822 struct hnae3_ae_algo *ae_algo; /* the class who provides this handle */823 u64 flags; /* Indicate the capabilities for this handle */825 union {831 u32 numa_node_mask; /* for multi-chip support */833 enum hnae3_port_base_vlan_state port_base_vlan_state;835 u8 netdev_flags;[all …]