Searched refs:hclge_notify_client (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.h1146 int hclge_notify_client(struct hclge_dev *hdev,
H A Dhclge_main.c2676 ret = hclge_notify_client(hdev, HNAE3_DOWN_CLIENT);
2679 return hclge_notify_client(hdev, HNAE3_UP_CLIENT);
3726 int hclge_notify_client(struct hclge_dev *hdev, function
4275 ret = hclge_notify_client(hdev, HNAE3_UNINIT_CLIENT);
4283 return hclge_notify_client(hdev, HNAE3_INIT_CLIENT);
4297 ret = hclge_notify_client(hdev, HNAE3_DOWN_CLIENT);
4336 ret = hclge_notify_client(hdev, HNAE3_UP_CLIENT);
10647 hclge_notify_client(hdev, HNAE3_DOWN_CLIENT);
10665 hclge_notify_client(hdev, HNAE3_UP_CLIENT);
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);

Completed in 303 milliseconds