Symbol: HNAE3_UP_CLIENT
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
5848
case HNAE3_UP_CLIENT:
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
5884
ret = hns3_reset_notify(handle, HNAE3_UP_CLIENT);
drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c
1927
ret = hns3_reset_notify(h, HNAE3_UP_CLIENT);
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_dcb.c
249
return hclge_notify_client(hdev, HNAE3_UP_CLIENT);
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_dcb.c
387
ret = hclge_notify_client(hdev, HNAE3_UP_CLIENT);
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_devlink.c
125
ret = hdev->nic_client->ops->reset_notify(h, HNAE3_UP_CLIENT);
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
2663
return hclge_notify_client(hdev, HNAE3_UP_CLIENT);
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
4351
ret = hclge_notify_client(hdev, HNAE3_UP_CLIENT);
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
4356
ret = hclge_notify_roce_client(hdev, HNAE3_UP_CLIENT);
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
8353
hclge_notify_client(hdev, HNAE3_UP_CLIENT);
drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_devlink.c
88
ret = hdev->nic_client->ops->reset_notify(h, HNAE3_UP_CLIENT);
drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c
1505
return hclgevf_notify_client(hdev, HNAE3_UP_CLIENT);
drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c
1630
ret = hclgevf_notify_roce_client(hdev, HNAE3_UP_CLIENT);
drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c
3341
hclgevf_notify_client(hdev, HNAE3_UP_CLIENT);