Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns3/
A Dhnae3.c49 void hnae3_set_client_init_flag(struct hnae3_client *client, in hnae3_set_client_init_flag()
69 static int hnae3_get_client_init_flag(struct hnae3_client *client, in hnae3_get_client_init_flag()
90 static int hnae3_init_client_instance(struct hnae3_client *client, in hnae3_init_client_instance()
124 int hnae3_register_client(struct hnae3_client *client) in hnae3_register_client()
126 struct hnae3_client *client_tmp; in hnae3_register_client()
160 void hnae3_unregister_client(struct hnae3_client *client) in hnae3_unregister_client()
162 struct hnae3_client *client_tmp; in hnae3_unregister_client()
202 struct hnae3_client *client; in hnae3_register_ae_algo()
257 struct hnae3_client *client; in hnae3_unregister_ae_algo()
296 struct hnae3_client *client; in hnae3_register_ae_dev()
[all …]
A Dhnae3.h366 struct hnae3_client { struct
546 int (*init_client_instance)(struct hnae3_client *client,
548 void (*uninit_client_instance)(struct hnae3_client *client,
824 struct hnae3_client *client;
871 void hnae3_unregister_client(struct hnae3_client *client);
872 int hnae3_register_client(struct hnae3_client *client);
874 void hnae3_set_client_init_flag(struct hnae3_client *client,
A Dhns3_enet.c50 static struct hnae3_client client;
/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
A Dhclgevf_main.h332 struct hnae3_client *nic_client;
333 struct hnae3_client *roce_client;
A Dhclgevf_main.c498 struct hnae3_client *rclient; in hclgevf_update_link_status()
499 struct hnae3_client *client; in hclgevf_update_link_status()
1812 struct hnae3_client *client = hdev->nic_client; in hclgevf_notify_client()
1834 struct hnae3_client *client = hdev->roce_client; in hclgevf_notify_roce_client()
2907 struct hnae3_client *client) in hclgevf_init_nic_client_instance()
2935 struct hnae3_client *client) in hclgevf_init_roce_client_instance()
2958 static int hclgevf_init_client_instance(struct hnae3_client *client, in hclgevf_init_client_instance()
3006 static void hclgevf_uninit_client_instance(struct hnae3_client *client, in hclgevf_uninit_client_instance()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
A Dhclge_main.h928 struct hnae3_client *nic_client;
929 struct hnae3_client *roce_client;
A Dhclge_main.c3024 struct hnae3_client *rclient = hdev->roce_client; in hclge_update_link_status()
3025 struct hnae3_client *client = hdev->nic_client; in hclge_update_link_status()
3694 struct hnae3_client *client = hdev->nic_client; in hclge_notify_client()
3715 struct hnae3_client *client = hdev->roce_client; in hclge_notify_roce_client()
3877 struct hnae3_client *client = hdev->nic_client; in hclge_report_hw_error()
11267 struct hnae3_client *client = vport->nic.client; in hclge_init_nic_client_instance()
11312 struct hnae3_client *client; in hclge_init_roce_client_instance()
11359 static int hclge_init_client_instance(struct hnae3_client *client, in hclge_init_client_instance()
11406 static void hclge_uninit_client_instance(struct hnae3_client *client, in hclge_uninit_client_instance()
/linux/drivers/infiniband/hw/hns/
A Dhns_roce_hw_v2.c6528 static struct hnae3_client hns_roce_hw_v2_client = {

Completed in 66 milliseconds