Searched refs:hclge_notify_client (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| D | hclge_dcb.c | 205 ret = hclge_notify_client(hdev, HNAE3_DOWN_CLIENT); in hclge_notify_down_uinit() 209 return hclge_notify_client(hdev, HNAE3_UNINIT_CLIENT); in hclge_notify_down_uinit() 216 ret = hclge_notify_client(hdev, HNAE3_INIT_CLIENT); in hclge_notify_init_up() 220 return hclge_notify_client(hdev, HNAE3_UP_CLIENT); in hclge_notify_init_up() 355 ret = hclge_notify_client(hdev, HNAE3_DOWN_CLIENT); in hclge_ieee_setpfc() 361 hclge_notify_client(hdev, HNAE3_UP_CLIENT); in hclge_ieee_setpfc() 365 return hclge_notify_client(hdev, HNAE3_UP_CLIENT); in hclge_ieee_setpfc()
|
| D | hclge_main.c | 2505 ret = hclge_notify_client(hdev, HNAE3_DOWN_CLIENT); in hclge_restart_autoneg() 2508 return hclge_notify_client(hdev, HNAE3_UP_CLIENT); in hclge_restart_autoneg() 3103 int hclge_notify_client(struct hclge_dev *hdev, in hclge_notify_client() function 3643 ret = hclge_notify_client(hdev, HNAE3_UNINIT_CLIENT); in hclge_reset_stack() 3651 ret = hclge_notify_client(hdev, HNAE3_INIT_CLIENT); in hclge_reset_stack() 3655 return hclge_notify_client(hdev, HNAE3_RESTORE_CLIENT); in hclge_reset_stack() 3679 ret = hclge_notify_client(hdev, HNAE3_DOWN_CLIENT); in hclge_reset() 3722 ret = hclge_notify_client(hdev, HNAE3_UP_CLIENT); in hclge_reset() 8284 hclge_notify_client(hdev, HNAE3_DOWN_CLIENT); in hclge_set_vf_vlan_filter() 8286 hclge_notify_client(hdev, HNAE3_UP_CLIENT); in hclge_set_vf_vlan_filter() [all …]
|
| D | hclge_main.h | 975 int hclge_notify_client(struct hclge_dev *hdev,
|