Searched refs:hclgevf_dev (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_devlink.h10 struct hclgevf_dev *hdev;
13 int hclgevf_devlink_init(struct hclgevf_dev *hdev);
14 void hclgevf_devlink_uninit(struct hclgevf_dev *hdev);
H A Dhclgevf_devlink.c15 struct hclgevf_dev *hdev = priv->hdev;
39 struct hclgevf_dev *hdev = priv->hdev;
74 struct hclgevf_dev *hdev = priv->hdev;
103 int hclgevf_devlink_init(struct hclgevf_dev *hdev)
123 void hclgevf_devlink_uninit(struct hclgevf_dev *hdev)
H A Dhclgevf_main.h209 struct hclgevf_dev { struct
280 static inline bool hclgevf_is_reset_pending(struct hclgevf_dev *hdev)
285 int hclgevf_send_mbx_msg(struct hclgevf_dev *hdev,
288 void hclgevf_mbx_handler(struct hclgevf_dev *hdev);
289 void hclgevf_mbx_async_handler(struct hclgevf_dev *hdev);
291 void hclgevf_update_link_status(struct hclgevf_dev *hdev, int link_state);
292 void hclgevf_update_speed_duplex(struct hclgevf_dev *hdev, u32 speed,
294 void hclgevf_reset_task_schedule(struct hclgevf_dev *hdev);
295 void hclgevf_mbx_task_schedule(struct hclgevf_dev *hdev);
296 void hclgevf_update_port_base_vlan_info(struct hclgevf_dev *hde
[all...]
H A Dhclgevf_main.c19 static int hclgevf_reset_hdev(struct hclgevf_dev *hdev);
20 static void hclgevf_task_schedule(struct hclgevf_dev *hdev,
50 void hclgevf_arq_init(struct hclgevf_dev *hdev)
63 struct hclgevf_dev *hclgevf_ae_get_hdev(struct hnae3_handle *handle)
66 return container_of(handle, struct hclgevf_dev, nic);
68 return container_of(handle, struct hclgevf_dev, roce);
70 return container_of(handle, struct hclgevf_dev, nic);
75 struct hclgevf_dev *hdev = hclgevf_ae_get_hdev(handle);
119 static int hclgevf_get_basic_info(struct hclgevf_dev *hdev)
148 static int hclgevf_get_port_base_vlan_filter_state(struct hclgevf_dev *hde
[all...]
H A Dhclgevf_mbx.c17 static void hclgevf_reset_mbx_resp_status(struct hclgevf_dev *hdev)
34 * @hdev: pointer to struct hclgevf_dev
40 static int hclgevf_get_mbx_resp(struct hclgevf_dev *hdev, u16 code0, u16 code1,
101 int hclgevf_send_mbx_msg(struct hclgevf_dev *hdev,
165 static void hclgevf_handle_mbx_response(struct hclgevf_dev *hdev,
201 static void hclgevf_handle_mbx_msg(struct hclgevf_dev *hdev,
224 void hclgevf_mbx_handler(struct hclgevf_dev *hdev)
291 static void hclgevf_parse_promisc_info(struct hclgevf_dev *hdev,
299 void hclgevf_mbx_async_handler(struct hclgevf_dev *hdev)
H A Dhclgevf_cmd.h15 struct hclgevf_dev;
135 void hclgevf_arq_init(struct hclgevf_dev *hdev);
H A Dhclgevf_trace.h18 struct hclgevf_dev *hdev,
49 struct hclgevf_dev *hdev,
H A Dhclgevf_regs.c109 struct hclgevf_dev *hdev = hclgevf_ae_get_hdev(handle);
129 struct hclgevf_dev *hdev = hclgevf_ae_get_hdev(handle);
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhclge_mbx.h229 struct hclgevf_dev *hdev;

Completed in 322 milliseconds