Home
last modified time | relevance | path

Searched refs:roce_client (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.h322 struct hnae3_client *roce_client; member
Dhclgevf_main.c480 rclient = hdev->roce_client; in hclgevf_update_link_status()
1708 struct hnae3_client *client = hdev->roce_client; in hclgevf_notify_roce_client()
2788 if (!hnae3_dev_roce_supported(hdev) || !hdev->roce_client || in hclgevf_init_roce_client_instance()
2822 hdev->roce_client); in hclgevf_init_client_instance()
2829 hdev->roce_client = client; in hclgevf_init_client_instance()
2849 hdev->roce_client = NULL; in hclgevf_init_client_instance()
2860 if (hdev->roce_client) { in hclgevf_uninit_client_instance()
2862 hdev->roce_client->ops->uninit_instance(&hdev->roce, 0); in hclgevf_uninit_client_instance()
2863 hdev->roce_client = NULL; in hclgevf_uninit_client_instance()
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.h792 struct hnae3_client *roce_client; member
Dhclge_main.c2822 struct hnae3_client *rclient = hdev->roce_client; in hclge_update_link_status()
3321 struct hnae3_client *client = hdev->roce_client; in hclge_notify_roce_client()
9746 if (!hnae3_dev_roce_supported(hdev) || !hdev->roce_client || in hclge_init_roce_client_instance()
9750 client = hdev->roce_client; in hclge_init_roce_client_instance()
9784 hdev->roce_client->ops->uninit_instance(&vport->roce, 0); in hclge_init_roce_client_instance()
9814 hdev->roce_client = client; in hclge_init_client_instance()
9835 hdev->roce_client = NULL; in hclge_init_client_instance()
9849 if (hdev->roce_client) { in hclge_uninit_client_instance()
9854 hdev->roce_client->ops->uninit_instance(&vport->roce, in hclge_uninit_client_instance()
9856 hdev->roce_client = NULL; in hclge_uninit_client_instance()
[all …]