Searched refs:hclge_notify_client (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_dcb.c | 216 ret = hclge_notify_client(hdev, HNAE3_DOWN_CLIENT); in hclge_notify_down_uinit() 220 return hclge_notify_client(hdev, HNAE3_UNINIT_CLIENT); in hclge_notify_down_uinit() 227 ret = hclge_notify_client(hdev, HNAE3_INIT_CLIENT); in hclge_notify_init_up() 231 return hclge_notify_client(hdev, HNAE3_UP_CLIENT); in hclge_notify_init_up() 360 ret = hclge_notify_client(hdev, HNAE3_DOWN_CLIENT); in hclge_ieee_setpfc() 366 hclge_notify_client(hdev, HNAE3_UP_CLIENT); in hclge_ieee_setpfc() 370 return hclge_notify_client(hdev, HNAE3_UP_CLIENT); in hclge_ieee_setpfc()
|
| H A D | hclge_main.h | 991 int hclge_notify_client(struct hclge_dev *hdev,
|
| H A D | hclge_main.c | 2643 ret = hclge_notify_client(hdev, HNAE3_DOWN_CLIENT); in hclge_restart_autoneg() 2646 return hclge_notify_client(hdev, HNAE3_UP_CLIENT); in hclge_restart_autoneg() 3294 int hclge_notify_client(struct hclge_dev *hdev, in hclge_notify_client() function 3821 ret = hclge_notify_client(hdev, HNAE3_UNINIT_CLIENT); in hclge_reset_stack() 3829 return hclge_notify_client(hdev, HNAE3_INIT_CLIENT); in hclge_reset_stack() 3843 ret = hclge_notify_client(hdev, HNAE3_DOWN_CLIENT); in hclge_reset_prepare() 3884 ret = hclge_notify_client(hdev, HNAE3_UP_CLIENT); in hclge_reset_rebuild() 9299 hclge_notify_client(hdev, HNAE3_DOWN_CLIENT); in hclge_set_vport_mtu() 9317 hclge_notify_client(hdev, HNAE3_UP_CLIENT); in hclge_set_vport_mtu()
|