Home
last modified time | relevance | path

Searched refs:hclgevf_dev (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.c18 static int hclgevf_reset_hdev(struct hclgevf_dev *hdev);
19 static void hclgevf_task_schedule(struct hclgevf_dev *hdev,
101 void hclgevf_arq_init(struct hclgevf_dev *hdev) in hclgevf_arq_init()
114 static struct hclgevf_dev *hclgevf_ae_get_hdev(struct hnae3_handle *handle) in hclgevf_ae_get_hdev()
117 return container_of(handle, struct hclgevf_dev, nic); in hclgevf_ae_get_hdev()
119 return container_of(handle, struct hclgevf_dev, roce); in hclgevf_ae_get_hdev()
121 return container_of(handle, struct hclgevf_dev, nic); in hclgevf_ae_get_hdev()
127 struct hclgevf_dev *hdev = hclgevf_ae_get_hdev(handle); in hclgevf_update_stats()
171 static int hclgevf_get_basic_info(struct hclgevf_dev *hdev) in hclgevf_get_basic_info()
200 static int hclgevf_get_port_base_vlan_filter_state(struct hclgevf_dev *hdev) in hclgevf_get_port_base_vlan_filter_state()
[all …]
Dhclgevf_main.h209 struct hclgevf_dev { struct
279 static inline bool hclgevf_is_reset_pending(struct hclgevf_dev *hdev) in hclgevf_is_reset_pending() argument
284 int hclgevf_send_mbx_msg(struct hclgevf_dev *hdev,
287 void hclgevf_mbx_handler(struct hclgevf_dev *hdev);
288 void hclgevf_mbx_async_handler(struct hclgevf_dev *hdev);
290 void hclgevf_update_link_status(struct hclgevf_dev *hdev, int link_state);
291 void hclgevf_update_speed_duplex(struct hclgevf_dev *hdev, u32 speed,
293 void hclgevf_reset_task_schedule(struct hclgevf_dev *hdev);
294 void hclgevf_mbx_task_schedule(struct hclgevf_dev *hdev);
295 void hclgevf_update_port_base_vlan_info(struct hclgevf_dev *hdev, u16 state,
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);
Dhclgevf_devlink.c15 struct hclgevf_dev *hdev = priv->hdev; in hclgevf_devlink_info_get()
44 struct hclgevf_dev *hdev = priv->hdev; in hclgevf_devlink_reload_down()
79 struct hclgevf_dev *hdev = priv->hdev; in hclgevf_devlink_reload_up()
108 int hclgevf_devlink_init(struct hclgevf_dev *hdev) in hclgevf_devlink_init()
129 void hclgevf_devlink_uninit(struct hclgevf_dev *hdev) in hclgevf_devlink_uninit()
Dhclgevf_mbx.c17 static void hclgevf_reset_mbx_resp_status(struct hclgevf_dev *hdev) in hclgevf_reset_mbx_resp_status()
40 static int hclgevf_get_mbx_resp(struct hclgevf_dev *hdev, u16 code0, u16 code1, in hclgevf_get_mbx_resp()
98 int hclgevf_send_mbx_msg(struct hclgevf_dev *hdev, in hclgevf_send_mbx_msg()
162 static void hclgevf_handle_mbx_response(struct hclgevf_dev *hdev, in hclgevf_handle_mbx_response()
194 static void hclgevf_handle_mbx_msg(struct hclgevf_dev *hdev, in hclgevf_handle_mbx_msg()
217 void hclgevf_mbx_handler(struct hclgevf_dev *hdev) in hclgevf_mbx_handler()
284 static void hclgevf_parse_promisc_info(struct hclgevf_dev *hdev, in hclgevf_parse_promisc_info()
292 void hclgevf_mbx_async_handler(struct hclgevf_dev *hdev) in hclgevf_mbx_async_handler()
Dhclgevf_cmd.h15 struct hclgevf_dev;
135 void hclgevf_arq_init(struct hclgevf_dev *hdev);
Dhclgevf_trace.h18 struct hclgevf_dev *hdev,
49 struct hclgevf_dev *hdev,
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/
Dhclge_mbx.h229 struct hclgevf_dev *hdev;