Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.h271 struct hnae3_client *roce_client; member
Dhclgevf_main.c380 rclient = hdev->roce_client; in hclgevf_update_link_status()
1336 struct hnae3_client *client = hdev->roce_client; in hclgevf_notify_roce_client()
2404 if (!hnae3_dev_roce_supported(hdev) || !hdev->roce_client || in hclgevf_init_roce_client_instance()
2438 hdev->roce_client); in hclgevf_init_client_instance()
2445 hdev->roce_client = client; in hclgevf_init_client_instance()
2465 hdev->roce_client = NULL; in hclgevf_init_client_instance()
2476 if (hdev->roce_client) { in hclgevf_uninit_client_instance()
2481 hdev->roce_client->ops->uninit_instance(&hdev->roce, 0); in hclgevf_uninit_client_instance()
2482 hdev->roce_client = NULL; in hclgevf_uninit_client_instance()
/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.h918 struct hnae3_client *roce_client; member
Dhclge_main.c3027 struct hnae3_client *rclient = hdev->roce_client; in hclge_update_link_status()
3728 struct hnae3_client *client = hdev->roce_client; in hclge_notify_roce_client()
11118 if (!hnae3_dev_roce_supported(hdev) || !hdev->roce_client || in hclge_init_roce_client_instance()
11122 client = hdev->roce_client; in hclge_init_roce_client_instance()
11156 hdev->roce_client->ops->uninit_instance(&vport->roce, 0); in hclge_init_roce_client_instance()
11183 hdev->roce_client = client; in hclge_init_client_instance()
11203 hdev->roce_client = NULL; in hclge_init_client_instance()
11214 if (hdev->roce_client) { in hclge_uninit_client_instance()
11219 hdev->roce_client->ops->uninit_instance(&vport->roce, 0); in hclge_uninit_client_instance()
11220 hdev->roce_client = NULL; in hclge_uninit_client_instance()
[all …]