Lines Matching refs:roce_client
3129 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()
12264 if (hdev->roce_client) { in hclge_reset_ae_dev()