Searched refs:hclge_notify_client (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
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()
|
D | hclge_main.h | 1148 int hclge_notify_client(struct hclge_dev *hdev,
|
D | hclge_main.c | 2730 ret = hclge_notify_client(hdev, HNAE3_DOWN_CLIENT); in hclge_restart_autoneg() 2733 return hclge_notify_client(hdev, HNAE3_UP_CLIENT); in hclge_restart_autoneg() 3788 int hclge_notify_client(struct hclge_dev *hdev, in hclge_notify_client() function 4337 ret = hclge_notify_client(hdev, HNAE3_UNINIT_CLIENT); in hclge_reset_stack() 4345 return hclge_notify_client(hdev, HNAE3_INIT_CLIENT); in hclge_reset_stack() 4359 ret = hclge_notify_client(hdev, HNAE3_DOWN_CLIENT); in hclge_reset_prepare() 4398 ret = hclge_notify_client(hdev, HNAE3_UP_CLIENT); in hclge_reset_rebuild() 10719 hclge_notify_client(hdev, HNAE3_DOWN_CLIENT); in hclge_set_vport_mtu() 10737 hclge_notify_client(hdev, HNAE3_UP_CLIENT); in hclge_set_vport_mtu()
|