Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.h272 struct hnae3_client *roce_client; member
Dhclgevf_main.c417 rclient = hdev->roce_client; in hclgevf_update_link_status()
1381 struct hnae3_client *client = hdev->roce_client; in hclgevf_notify_roce_client()
2459 if (!hnae3_dev_roce_supported(hdev) || !hdev->roce_client || in hclgevf_init_roce_client_instance()
2493 hdev->roce_client); in hclgevf_init_client_instance()
2500 hdev->roce_client = client; in hclgevf_init_client_instance()
2520 hdev->roce_client = NULL; in hclgevf_init_client_instance()
2531 if (hdev->roce_client) { in hclgevf_uninit_client_instance()
2536 hdev->roce_client->ops->uninit_instance(&hdev->roce, 0); in hclgevf_uninit_client_instance()
2537 hdev->roce_client = NULL; in hclgevf_uninit_client_instance()
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.h939 struct hnae3_client *roce_client; member
Dhclge_main.c3129 struct hnae3_client *rclient = hdev->roce_client; in hclge_update_link_status()
3813 struct hnae3_client *client = hdev->roce_client; in hclge_notify_roce_client()
11248 if (!hnae3_dev_roce_supported(hdev) || !hdev->roce_client || in hclge_init_roce_client_instance()
11252 client = hdev->roce_client; in hclge_init_roce_client_instance()
11286 hdev->roce_client->ops->uninit_instance(&vport->roce, 0); in hclge_init_roce_client_instance()
11313 hdev->roce_client = client; in hclge_init_client_instance()
11333 hdev->roce_client = NULL; in hclge_init_client_instance()
11350 if (hdev->roce_client) { in hclge_uninit_client_instance()
11355 hdev->roce_client->ops->uninit_instance(&vport->roce, 0); in hclge_uninit_client_instance()
11356 hdev->roce_client = NULL; in hclge_uninit_client_instance()
[all …]