Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.h333 struct hnae3_client *roce_client; member
Dhclgevf_main.c505 rclient = hdev->roce_client; in hclgevf_update_link_status()
1834 struct hnae3_client *client = hdev->roce_client; in hclgevf_notify_roce_client()
2943 if (!hnae3_dev_roce_supported(hdev) || !hdev->roce_client || in hclgevf_init_roce_client_instance()
2977 hdev->roce_client); in hclgevf_init_client_instance()
2984 hdev->roce_client = client; in hclgevf_init_client_instance()
3004 hdev->roce_client = NULL; in hclgevf_init_client_instance()
3015 if (hdev->roce_client) { in hclgevf_uninit_client_instance()
3017 hdev->roce_client->ops->uninit_instance(&hdev->roce, 0); in hclgevf_uninit_client_instance()
3018 hdev->roce_client = NULL; in hclgevf_uninit_client_instance()
/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.h900 struct hnae3_client *roce_client; member
Dhclge_main.c2937 struct hnae3_client *rclient = hdev->roce_client; in hclge_update_link_status()
3552 struct hnae3_client *client = hdev->roce_client; in hclge_notify_roce_client()
11163 if (!hnae3_dev_roce_supported(hdev) || !hdev->roce_client || in hclge_init_roce_client_instance()
11167 client = hdev->roce_client; in hclge_init_roce_client_instance()
11201 hdev->roce_client->ops->uninit_instance(&vport->roce, 0); in hclge_init_roce_client_instance()
11228 hdev->roce_client = client; in hclge_init_client_instance()
11248 hdev->roce_client = NULL; in hclge_init_client_instance()
11259 if (hdev->roce_client) { in hclge_uninit_client_instance()
11264 hdev->roce_client->ops->uninit_instance(&vport->roce, 0); in hclge_uninit_client_instance()
11265 hdev->roce_client = NULL; in hclge_uninit_client_instance()
[all …]