Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.h272 struct hnae3_client *roce_client; member
H A Dhclgevf_main.c380 rclient = hdev->roce_client; in hclgevf_update_link_status()
1344 struct hnae3_client *client = hdev->roce_client; in hclgevf_notify_roce_client()
2422 if (!hnae3_dev_roce_supported(hdev) || !hdev->roce_client || in hclgevf_init_roce_client_instance()
2456 hdev->roce_client); in hclgevf_init_client_instance()
2463 hdev->roce_client = client; in hclgevf_init_client_instance()
2483 hdev->roce_client = NULL; in hclgevf_init_client_instance()
2494 if (hdev->roce_client) { in hclgevf_uninit_client_instance()
2499 hdev->roce_client->ops->uninit_instance(&hdev->roce, 0); in hclgevf_uninit_client_instance()
2500 hdev->roce_client = NULL; in hclgevf_uninit_client_instance()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.h921 struct hnae3_client *roce_client; member
H A Dhclge_main.c3073 struct hnae3_client *rclient = hdev->roce_client; in hclge_update_link_status()
3757 struct hnae3_client *client = hdev->roce_client; in hclge_notify_roce_client()
11163 if (!hnae3_dev_roce_supported(hdev) || !hdev->roce_client || in hclge_init_roce_client_instance()
11167 client = hdev->roce_client; in hclge_init_roce_client_instance()
11201 hdev->roce_client->ops->uninit_instance(&vport->roce, 0); in hclge_init_roce_client_instance()
11228 hdev->roce_client = client; in hclge_init_client_instance()
11248 hdev->roce_client = NULL; in hclge_init_client_instance()
11265 if (hdev->roce_client) { in hclge_uninit_client_instance()
11270 hdev->roce_client->ops->uninit_instance(&vport->roce, 0); in hclge_uninit_client_instance()
11271 hdev->roce_client = NULL; in hclge_uninit_client_instance()
[all …]