Home
last modified time | relevance | path

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

/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.h327 struct hnae3_client *roce_client; member
Dhclgevf_main.c480 rclient = hdev->roce_client; in hclgevf_update_link_status()
1724 struct hnae3_client *client = hdev->roce_client; in hclgevf_notify_roce_client()
2830 if (!hnae3_dev_roce_supported(hdev) || !hdev->roce_client || in hclgevf_init_roce_client_instance()
2864 hdev->roce_client); in hclgevf_init_client_instance()
2871 hdev->roce_client = client; in hclgevf_init_client_instance()
2891 hdev->roce_client = NULL; in hclgevf_init_client_instance()
2902 if (hdev->roce_client) { in hclgevf_uninit_client_instance()
2907 hdev->roce_client->ops->uninit_instance(&hdev->roce, 0); in hclgevf_uninit_client_instance()
2908 hdev->roce_client = NULL; in hclgevf_uninit_client_instance()
/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.h794 struct hnae3_client *roce_client; member
Dhclge_main.c2827 struct hnae3_client *rclient = hdev->roce_client; in hclge_update_link_status()
3331 struct hnae3_client *client = hdev->roce_client; in hclge_notify_roce_client()
9795 if (!hnae3_dev_roce_supported(hdev) || !hdev->roce_client || in hclge_init_roce_client_instance()
9799 client = hdev->roce_client; in hclge_init_roce_client_instance()
9833 hdev->roce_client->ops->uninit_instance(&vport->roce, 0); in hclge_init_roce_client_instance()
9863 hdev->roce_client = client; in hclge_init_client_instance()
9884 hdev->roce_client = NULL; in hclge_init_client_instance()
9898 if (hdev->roce_client) { in hclge_uninit_client_instance()
9903 hdev->roce_client->ops->uninit_instance(&vport->roce, in hclge_uninit_client_instance()
9905 hdev->roce_client = NULL; in hclge_uninit_client_instance()
[all …]