Searched defs:hns_nic_priv (Results 1 – 1 of 1) sorted by relevance
53 struct hns_nic_priv { struct54 const struct fwnode_handle *fwnode;55 u32 enet_ver;56 u32 port_id;57 int phy_mode;58 int phy_led_val;59 struct net_device *netdev;60 struct device *dev;61 struct hnae_handle *ae_handle;63 struct hns_nic_ops ops;[all …]