Lines Matching defs:hns_nic_priv
54 struct hns_nic_priv { struct
55 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;
69 struct hns_nic_ring_data *ring_data;
72 int link;
73 u64 tx_timeout_count;
75 unsigned long state;
77 struct timer_list service_timer;
79 struct work_struct service_task;
81 struct notifier_block notifier_block;