Searched defs:hnae3_handle (Results 1 – 1 of 1) sorted by relevance
885 struct hnae3_handle { struct886 struct hnae3_client *client;887 struct pci_dev *pdev;888 void *priv;889 struct hnae3_ae_algo *ae_algo; /* the class who provides this handle */890 u64 flags; /* Indicate the capabilities for this handle */892 union {898 u32 numa_node_mask; /* for multi-chip support */900 enum hnae3_port_base_vlan_state port_base_vlan_state;902 u8 netdev_flags;[all …]