Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.c67 void hnae3_set_client_init_flag(struct hnae3_client *client, in hnae3_set_client_init_flag()
87 static int hnae3_get_client_init_flag(struct hnae3_client *client, in hnae3_get_client_init_flag()
108 static int hnae3_init_client_instance(struct hnae3_client *client, in hnae3_init_client_instance()
127 static void hnae3_uninit_client_instance(struct hnae3_client *client, in hnae3_uninit_client_instance()
142 int hnae3_register_client(struct hnae3_client *client) in hnae3_register_client()
144 struct hnae3_client *client_tmp; in hnae3_register_client()
178 void hnae3_unregister_client(struct hnae3_client *client) in hnae3_unregister_client()
180 struct hnae3_client *client_tmp; in hnae3_unregister_client()
220 struct hnae3_client *client; in hnae3_register_ae_algo()
275 struct hnae3_client *client; in hnae3_unregister_ae_algo()
[all …]
H A Dhnae3.h423 struct hnae3_client { struct
616 int (*init_client_instance)(struct hnae3_client *client,
618 void (*uninit_client_instance)(struct hnae3_client *client,
929 struct hnae3_client *client;
988 void hnae3_unregister_client(struct hnae3_client *client);
989 int hnae3_register_client(struct hnae3_client *client);
991 void hnae3_set_client_init_flag(struct hnae3_client *client,
H A Dhns3_enet.c54 static struct hnae3_client client;
/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.h272 struct hnae3_client *nic_client;
273 struct hnae3_client *roce_client;
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.h950 struct hnae3_client *nic_client;
951 struct hnae3_client *roce_client;
H A Dhclge_main.c3019 struct hnae3_client *client = hdev->nic_client; in hclge_update_link_status()
3045 struct hnae3_client *rclient = hdev->roce_client; in hclge_update_link_status()
3859 struct hnae3_client *client = hdev->nic_client; in hclge_notify_client()
3880 struct hnae3_client *client = hdev->roce_client; in hclge_notify_roce_client()
4057 struct hnae3_client *client = hdev->nic_client; in hclge_report_hw_error()
8951 struct hnae3_client *client = vport->nic.client; in hclge_init_nic_client_instance()
8996 struct hnae3_client *client; in hclge_init_roce_client_instance()
9043 static int hclge_init_client_instance(struct hnae3_client *client, in hclge_init_client_instance()
9096 static void hclge_uninit_client_instance(struct hnae3_client *client, in hclge_uninit_client_instance()