Lines Matching defs:hnae3_handle
880 struct hnae3_handle { struct
881 struct hnae3_client *client;
882 struct pci_dev *pdev;
883 void *priv;
884 struct hnae3_ae_algo *ae_algo; /* the class who provides this handle */
885 u64 flags; /* Indicate the capabilities for this handle */
887 union {
893 u32 numa_node_mask; /* for multi-chip support */
895 enum hnae3_port_base_vlan_state port_base_vlan_state;
897 u8 netdev_flags;
898 struct dentry *hnae3_dbgfs;
900 struct mutex dbgfs_lock;
901 char **dbgfs_buf;
904 u32 msg_enable;
906 unsigned long supported_pflags;
907 unsigned long priv_flags;