Lines Matching defs:hns_nic_priv
57 struct hns_nic_priv { struct
58 const struct fwnode_handle *fwnode;
59 u32 enet_ver;
60 u32 port_id;
61 int phy_mode;
62 int phy_led_val;
63 struct net_device *netdev;
64 struct device *dev;
65 struct hnae_handle *ae_handle;
67 struct hns_nic_ops ops;
72 struct hns_nic_ring_data *ring_data;
75 int link;
76 u64 tx_timeout_count;
78 unsigned long state;
80 struct timer_list service_timer;
82 struct work_struct service_task;
84 struct notifier_block notifier_block;