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

/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.h272 struct hnae3_client *roce_client; member in struct:hclgevf_dev
H A Dhclgevf_main.c380 rclient = hdev->roce_client;
1343 struct hnae3_client *client = hdev->roce_client;
2422 if (!hnae3_dev_roce_supported(hdev) || !hdev->roce_client ||
2456 hdev->roce_client);
2463 hdev->roce_client = client;
2483 hdev->roce_client = NULL;
2494 if (hdev->roce_client) {
2499 hdev->roce_client->ops->uninit_instance(&hdev->roce, 0);
2500 hdev->roce_client = NULL;
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.h934 struct hnae3_client *roce_client; member in struct:hclge_dev
H A Dhclge_main.c3042 struct hnae3_client *rclient = hdev->roce_client;
3746 struct hnae3_client *client = hdev->roce_client;
11149 if (!hnae3_dev_roce_supported(hdev) || !hdev->roce_client ||
11153 client = hdev->roce_client;
11187 hdev->roce_client->ops->uninit_instance(&vport->roce, 0);
11214 hdev->roce_client = client;
11234 hdev->roce_client = NULL;
11245 if (hdev->roce_client) {
11250 hdev->roce_client->ops->uninit_instance(&vport->roce, 0);
11251 hdev->roce_client
[all...]

Completed in 188 milliseconds