Searched defs:hnae3_handle (Results 1 – 1 of 1) sorted by relevance
814 struct hnae3_handle { struct815 struct hnae3_client *client;816 struct pci_dev *pdev;817 void *priv;818 struct hnae3_ae_algo *ae_algo; /* the class who provides this handle */819 u64 flags; /* Indicate the capabilities for this handle */821 union {827 u32 numa_node_mask; /* for multi-chip support */829 enum hnae3_port_base_vlan_state port_base_vlan_state;831 u8 netdev_flags;[all …]