Lines Matching defs:hnae3_handle
900 struct hnae3_handle { struct
901 struct hnae3_client *client;
902 struct pci_dev *pdev;
903 void *priv;
904 struct hnae3_ae_algo *ae_algo; /* the class who provides this handle */
905 u64 flags; /* Indicate the capabilities for this handle */
907 union {
913 nodemask_t numa_node_mask; /* for multi-chip support */
915 enum hnae3_port_base_vlan_state port_base_vlan_state;
917 u8 netdev_flags;
918 struct dentry *hnae3_dbgfs;
921 u32 msg_enable;
923 unsigned long supported_pflags;
924 unsigned long priv_flags;