Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.h271 struct hnae3_client *roce_client; member
Dhclgevf_main.c432 rclient = hdev->roce_client; in hclgevf_update_link_status()
1388 struct hnae3_client *client = hdev->roce_client; in hclgevf_notify_roce_client()
2455 if (!hnae3_dev_roce_supported(hdev) || !hdev->roce_client || in hclgevf_init_roce_client_instance()
2489 hdev->roce_client); in hclgevf_init_client_instance()
2496 hdev->roce_client = client; in hclgevf_init_client_instance()
2516 hdev->roce_client = NULL; in hclgevf_init_client_instance()
2527 if (hdev->roce_client) { in hclgevf_uninit_client_instance()
2532 hdev->roce_client->ops->uninit_instance(&hdev->roce, 0); in hclgevf_uninit_client_instance()
2533 hdev->roce_client = NULL; in hclgevf_uninit_client_instance()
/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.h915 struct hnae3_client *roce_client; member
Dhclge_main.c3123 struct hnae3_client *rclient = hdev->roce_client; in hclge_update_link_status()
3819 struct hnae3_client *client = hdev->roce_client; in hclge_notify_roce_client()
11170 if (!hnae3_dev_roce_supported(hdev) || !hdev->roce_client || in hclge_init_roce_client_instance()
11174 client = hdev->roce_client; in hclge_init_roce_client_instance()
11208 hdev->roce_client->ops->uninit_instance(&vport->roce, 0); in hclge_init_roce_client_instance()
11235 hdev->roce_client = client; in hclge_init_client_instance()
11255 hdev->roce_client = NULL; in hclge_init_client_instance()
11266 if (hdev->roce_client) { in hclge_uninit_client_instance()
11271 hdev->roce_client->ops->uninit_instance(&vport->roce, 0); in hclge_uninit_client_instance()
11272 hdev->roce_client = NULL; in hclge_uninit_client_instance()
[all …]