Searched refs:hclge_notify_client (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_dcb.c226 ret = hclge_notify_client(hdev, HNAE3_DOWN_CLIENT);
234 return hclge_notify_client(hdev, HNAE3_UNINIT_CLIENT);
241 ret = hclge_notify_client(hdev, HNAE3_INIT_CLIENT);
249 return hclge_notify_client(hdev, HNAE3_UP_CLIENT);
366 ret = hclge_notify_client(hdev, HNAE3_DOWN_CLIENT);
387 ret = hclge_notify_client(hdev, HNAE3_UP_CLIENT);
H A Dhclge_main.h1146 int hclge_notify_client(struct hclge_dev *hdev,
H A Dhclge_main.c2720 ret = hclge_notify_client(hdev, HNAE3_DOWN_CLIENT);
2723 return hclge_notify_client(hdev, HNAE3_UP_CLIENT);
3770 int hclge_notify_client(struct hclge_dev *hdev, function
4319 ret = hclge_notify_client(hdev, HNAE3_UNINIT_CLIENT);
4327 return hclge_notify_client(hdev, HNAE3_INIT_CLIENT);
4341 ret = hclge_notify_client(hdev, HNAE3_DOWN_CLIENT);
4380 ret = hclge_notify_client(hdev, HNAE3_UP_CLIENT);
10703 hclge_notify_client(hdev, HNAE3_DOWN_CLIENT);
10721 hclge_notify_client(hdev, HNAE3_UP_CLIENT);

Completed in 229 milliseconds