Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.h300 struct hnae3_client *roce_client; member
Dhclgevf_main.c444 rclient = hdev->roce_client; in hclgevf_update_link_status()
2387 if (!hnae3_dev_roce_supported(hdev) || !hdev->roce_client || in hclgevf_init_roce_client_instance()
2420 hdev->roce_client); in hclgevf_init_client_instance()
2427 hdev->roce_client = client; in hclgevf_init_client_instance()
2447 hdev->roce_client = NULL; in hclgevf_init_client_instance()
2458 if (hdev->roce_client) { in hclgevf_uninit_client_instance()
2459 hdev->roce_client->ops->uninit_instance(&hdev->roce, 0); in hclgevf_uninit_client_instance()
2460 hdev->roce_client = NULL; in hclgevf_uninit_client_instance()
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.h792 struct hnae3_client *roce_client; member
Dhclge_main.c2709 struct hnae3_client *rclient = hdev->roce_client; in hclge_update_link_status()
3133 struct hnae3_client *client = hdev->roce_client; in hclge_notify_roce_client()
8895 if (!hnae3_dev_roce_supported(hdev) || !hdev->roce_client || in hclge_init_roce_client_instance()
8899 client = hdev->roce_client; in hclge_init_roce_client_instance()
8933 hdev->roce_client->ops->uninit_instance(&vport->roce, 0); in hclge_init_roce_client_instance()
8964 hdev->roce_client = client; in hclge_init_client_instance()
8985 hdev->roce_client = NULL; in hclge_init_client_instance()
8999 if (hdev->roce_client) { in hclge_uninit_client_instance()
9004 hdev->roce_client->ops->uninit_instance(&vport->roce, in hclge_uninit_client_instance()
9006 hdev->roce_client = NULL; in hclge_uninit_client_instance()
[all …]