Searched refs:hclge_notify_client (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_dcb.c | 207 ret = hclge_notify_client(hdev, HNAE3_DOWN_CLIENT); in hclge_notify_down_uinit() 211 return hclge_notify_client(hdev, HNAE3_UNINIT_CLIENT); in hclge_notify_down_uinit() 218 ret = hclge_notify_client(hdev, HNAE3_INIT_CLIENT); in hclge_notify_init_up() 222 return hclge_notify_client(hdev, HNAE3_UP_CLIENT); in hclge_notify_init_up() 357 ret = hclge_notify_client(hdev, HNAE3_DOWN_CLIENT); in hclge_ieee_setpfc() 363 hclge_notify_client(hdev, HNAE3_UP_CLIENT); in hclge_ieee_setpfc() 367 return hclge_notify_client(hdev, HNAE3_UP_CLIENT); in hclge_ieee_setpfc()
|
D | hclge_main.h | 989 int hclge_notify_client(struct hclge_dev *hdev,
|
D | hclge_main.c | 2640 ret = hclge_notify_client(hdev, HNAE3_DOWN_CLIENT); in hclge_restart_autoneg() 2643 return hclge_notify_client(hdev, HNAE3_UP_CLIENT); in hclge_restart_autoneg() 3291 int hclge_notify_client(struct hclge_dev *hdev, in hclge_notify_client() function 3818 ret = hclge_notify_client(hdev, HNAE3_UNINIT_CLIENT); in hclge_reset_stack() 3826 return hclge_notify_client(hdev, HNAE3_INIT_CLIENT); in hclge_reset_stack() 3840 ret = hclge_notify_client(hdev, HNAE3_DOWN_CLIENT); in hclge_reset_prepare() 3881 ret = hclge_notify_client(hdev, HNAE3_UP_CLIENT); in hclge_reset_rebuild() 9277 hclge_notify_client(hdev, HNAE3_DOWN_CLIENT); in hclge_set_vport_mtu() 9295 hclge_notify_client(hdev, HNAE3_UP_CLIENT); in hclge_set_vport_mtu()
|