Searched defs:hnae3_handle (Results 1 – 1 of 1) sorted by relevance
908 struct hnae3_handle { struct909 struct hnae3_client *client;910 struct pci_dev *pdev;911 void *priv;912 struct hnae3_ae_algo *ae_algo; /* the class who provides this handle */913 u64 flags; /* Indicate the capabilities for this handle */915 union {921 nodemask_t numa_node_mask; /* for multi-chip support */923 enum hnae3_port_base_vlan_state port_base_vlan_state;925 u8 netdev_flags;[all …]