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.h1143 int hclge_notify_client(struct hclge_dev *hdev,
H A Dhclge_main.c2671 ret = hclge_notify_client(hdev, HNAE3_DOWN_CLIENT);
2674 return hclge_notify_client(hdev, HNAE3_UP_CLIENT);
3721 int hclge_notify_client(struct hclge_dev *hdev, function
4270 ret = hclge_notify_client(hdev, HNAE3_UNINIT_CLIENT);
4278 return hclge_notify_client(hdev, HNAE3_INIT_CLIENT);
4292 ret = hclge_notify_client(hdev, HNAE3_DOWN_CLIENT);
4331 ret = hclge_notify_client(hdev, HNAE3_UP_CLIENT);
10638 hclge_notify_client(hdev, HNAE3_DOWN_CLIENT);
10656 hclge_notify_client(hdev, HNAE3_UP_CLIENT);

Completed in 353 milliseconds