Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
A Dhclgevf_main.h333 struct hnae3_client *roce_client; member
A Dhclgevf_main.c505 rclient = hdev->roce_client; in hclgevf_update_link_status()
1834 struct hnae3_client *client = hdev->roce_client; in hclgevf_notify_roce_client()
2940 if (!hnae3_dev_roce_supported(hdev) || !hdev->roce_client || in hclgevf_init_roce_client_instance()
2974 hdev->roce_client); in hclgevf_init_client_instance()
2981 hdev->roce_client = client; in hclgevf_init_client_instance()
3001 hdev->roce_client = NULL; in hclgevf_init_client_instance()
3012 if (hdev->roce_client) { in hclgevf_uninit_client_instance()
3017 hdev->roce_client->ops->uninit_instance(&hdev->roce, 0); in hclgevf_uninit_client_instance()
3018 hdev->roce_client = NULL; in hclgevf_uninit_client_instance()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
A Dhclge_main.h929 struct hnae3_client *roce_client; member
A Dhclge_main.c3024 struct hnae3_client *rclient = hdev->roce_client; in hclge_update_link_status()
3715 struct hnae3_client *client = hdev->roce_client; in hclge_notify_roce_client()
11316 if (!hnae3_dev_roce_supported(hdev) || !hdev->roce_client || in hclge_init_roce_client_instance()
11320 client = hdev->roce_client; in hclge_init_roce_client_instance()
11354 hdev->roce_client->ops->uninit_instance(&vport->roce, 0); in hclge_init_roce_client_instance()
11381 hdev->roce_client = client; in hclge_init_client_instance()
11401 hdev->roce_client = NULL; in hclge_init_client_instance()
11412 if (hdev->roce_client) { in hclge_uninit_client_instance()
11417 hdev->roce_client->ops->uninit_instance(&vport->roce, 0); in hclge_uninit_client_instance()
11418 hdev->roce_client = NULL; in hclge_uninit_client_instance()
[all …]

Completed in 42 milliseconds