Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns3/hns3vf/
A Dhclgevf_main.h271 struct hnae3_client *roce_client; member
A 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-6.3-rc2/drivers/net/ethernet/hisilicon/hns3/hns3pf/
A Dhclge_main.h915 struct hnae3_client *roce_client; member
A 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()
11194 if (!hnae3_dev_roce_supported(hdev) || !hdev->roce_client || in hclge_init_roce_client_instance()
11198 client = hdev->roce_client; in hclge_init_roce_client_instance()
11232 hdev->roce_client->ops->uninit_instance(&vport->roce, 0); in hclge_init_roce_client_instance()
11259 hdev->roce_client = client; in hclge_init_client_instance()
11279 hdev->roce_client = NULL; in hclge_init_client_instance()
11290 if (hdev->roce_client) { in hclge_uninit_client_instance()
11295 hdev->roce_client->ops->uninit_instance(&vport->roce, 0); in hclge_uninit_client_instance()
11296 hdev->roce_client = NULL; in hclge_uninit_client_instance()
[all …]

Completed in 37 milliseconds