Searched refs:roce_client (Results 1 – 4 of 4) sorted by relevance
326 struct hnae3_client *roce_client; member
480 rclient = hdev->roce_client; in hclgevf_update_link_status()1724 struct hnae3_client *client = hdev->roce_client; in hclgevf_notify_roce_client()2816 if (!hnae3_dev_roce_supported(hdev) || !hdev->roce_client || in hclgevf_init_roce_client_instance()2850 hdev->roce_client); in hclgevf_init_client_instance()2857 hdev->roce_client = client; in hclgevf_init_client_instance()2877 hdev->roce_client = NULL; in hclgevf_init_client_instance()2888 if (hdev->roce_client) { in hclgevf_uninit_client_instance()2893 hdev->roce_client->ops->uninit_instance(&hdev->roce, 0); in hclgevf_uninit_client_instance()2894 hdev->roce_client = NULL; in hclgevf_uninit_client_instance()
794 struct hnae3_client *roce_client; member
2825 struct hnae3_client *rclient = hdev->roce_client; in hclge_update_link_status()3324 struct hnae3_client *client = hdev->roce_client; in hclge_notify_roce_client()9775 if (!hnae3_dev_roce_supported(hdev) || !hdev->roce_client || in hclge_init_roce_client_instance()9779 client = hdev->roce_client; in hclge_init_roce_client_instance()9813 hdev->roce_client->ops->uninit_instance(&vport->roce, 0); in hclge_init_roce_client_instance()9843 hdev->roce_client = client; in hclge_init_client_instance()9864 hdev->roce_client = NULL; in hclge_init_client_instance()9878 if (hdev->roce_client) { in hclge_uninit_client_instance()9883 hdev->roce_client->ops->uninit_instance(&vport->roce, in hclge_uninit_client_instance()9885 hdev->roce_client = NULL; in hclge_uninit_client_instance()[all …]