Lines Matching defs:hnae3_handle
861 struct hnae3_handle { struct
862 struct hnae3_client *client;
863 struct pci_dev *pdev;
864 void *priv;
865 struct hnae3_ae_algo *ae_algo; /* the class who provides this handle */
866 u64 flags; /* Indicate the capabilities for this handle */
868 union {
874 u32 numa_node_mask; /* for multi-chip support */
876 enum hnae3_port_base_vlan_state port_base_vlan_state;
878 u8 netdev_flags;
879 struct dentry *hnae3_dbgfs;
881 struct mutex dbgfs_lock;
882 char **dbgfs_buf;
885 u32 msg_enable;
887 unsigned long supported_pflags;
888 unsigned long priv_flags;