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