Searched defs:hnae3_handle (Results 1 – 1 of 1) sorted by relevance
718 struct hnae3_handle { struct719 struct hnae3_client *client;720 struct pci_dev *pdev;721 void *priv;722 struct hnae3_ae_algo *ae_algo; /* the class who provides this handle */723 u64 flags; /* Indicate the capabilities for this handle */725 union {731 u32 numa_node_mask; /* for multi-chip support */733 enum hnae3_port_base_vlan_state port_base_vlan_state;735 u8 netdev_flags;[all …]