Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.h176 struct hnae3_client *roce_client; member
Dhclgevf_main.c1624 if (hdev->roce_client && hnae3_dev_roce_supported(hdev)) { in hclgevf_init_client_instance()
1625 struct hnae3_client *rc = hdev->roce_client; in hclgevf_init_client_instance()
1645 hdev->roce_client = client; in hclgevf_init_client_instance()
1649 if (hdev->roce_client && hdev->nic_client) { in hclgevf_init_client_instance()
1669 if (hdev->roce_client) in hclgevf_uninit_client_instance()
1670 hdev->roce_client->ops->uninit_instance(&hdev->roce, 0); in hclgevf_uninit_client_instance()
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.h539 struct hnae3_client *roce_client; member
Dhclge_main.c5456 if (hdev->roce_client && in hclge_init_client_instance()
5458 struct hnae3_client *rc = hdev->roce_client; in hclge_init_client_instance()
5481 hdev->roce_client = client; in hclge_init_client_instance()
5485 if (hdev->roce_client && hdev->nic_client) { in hclge_init_client_instance()
5509 if (hdev->roce_client) { in hclge_uninit_client_instance()
5510 hdev->roce_client->ops->uninit_instance(&vport->roce, in hclge_uninit_client_instance()
5512 hdev->roce_client = NULL; in hclge_uninit_client_instance()