Searched refs:hclge_notify_client (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_dcb.c | 250 ret = hclge_notify_client(hdev, HNAE3_DOWN_CLIENT); in hclge_notify_down_uinit() 254 return hclge_notify_client(hdev, HNAE3_UNINIT_CLIENT); in hclge_notify_down_uinit() 261 ret = hclge_notify_client(hdev, HNAE3_INIT_CLIENT); in hclge_notify_init_up() 265 return hclge_notify_client(hdev, HNAE3_UP_CLIENT); in hclge_notify_init_up() 394 ret = hclge_notify_client(hdev, HNAE3_DOWN_CLIENT); in hclge_ieee_setpfc() 400 hclge_notify_client(hdev, HNAE3_UP_CLIENT); in hclge_ieee_setpfc() 404 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 | 2645 ret = hclge_notify_client(hdev, HNAE3_DOWN_CLIENT); in hclge_restart_autoneg() 2648 return hclge_notify_client(hdev, HNAE3_UP_CLIENT); in hclge_restart_autoneg() 3301 int hclge_notify_client(struct hclge_dev *hdev, in hclge_notify_client() function 3828 ret = hclge_notify_client(hdev, HNAE3_UNINIT_CLIENT); in hclge_reset_stack() 3836 return hclge_notify_client(hdev, HNAE3_INIT_CLIENT); in hclge_reset_stack() 3850 ret = hclge_notify_client(hdev, HNAE3_DOWN_CLIENT); in hclge_reset_prepare() 3891 ret = hclge_notify_client(hdev, HNAE3_UP_CLIENT); in hclge_reset_rebuild() 9319 hclge_notify_client(hdev, HNAE3_DOWN_CLIENT); in hclge_set_vport_mtu() 9337 hclge_notify_client(hdev, HNAE3_UP_CLIENT); in hclge_set_vport_mtu()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_dcb.c | 226 ret = hclge_notify_client(hdev, HNAE3_DOWN_CLIENT); in hclge_notify_down_uinit() 234 return hclge_notify_client(hdev, HNAE3_UNINIT_CLIENT); in hclge_notify_down_uinit() 241 ret = hclge_notify_client(hdev, HNAE3_INIT_CLIENT); in hclge_notify_init_up() 249 return hclge_notify_client(hdev, HNAE3_UP_CLIENT); in hclge_notify_init_up() 366 ret = hclge_notify_client(hdev, HNAE3_DOWN_CLIENT); in hclge_ieee_setpfc() 387 ret = hclge_notify_client(hdev, HNAE3_UP_CLIENT); in hclge_ieee_setpfc()
|
H A D | hclge_main.h | 1122 int hclge_notify_client(struct hclge_dev *hdev,
|
H A D | hclge_main.c | 2660 ret = hclge_notify_client(hdev, HNAE3_DOWN_CLIENT); in hclge_restart_autoneg() 2663 return hclge_notify_client(hdev, HNAE3_UP_CLIENT); in hclge_restart_autoneg() 3710 int hclge_notify_client(struct hclge_dev *hdev, in hclge_notify_client() function 4259 ret = hclge_notify_client(hdev, HNAE3_UNINIT_CLIENT); in hclge_reset_stack() 4267 return hclge_notify_client(hdev, HNAE3_INIT_CLIENT); in hclge_reset_stack() 4281 ret = hclge_notify_client(hdev, HNAE3_DOWN_CLIENT); in hclge_reset_prepare() 4320 ret = hclge_notify_client(hdev, HNAE3_UP_CLIENT); in hclge_reset_rebuild() 10626 hclge_notify_client(hdev, HNAE3_DOWN_CLIENT); in hclge_set_vport_mtu() 10644 hclge_notify_client(hdev, HNAE3_UP_CLIENT); in hclge_set_vport_mtu()
|
Completed in 39 milliseconds