Searched refs:HNAE3_INIT_CLIENT (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_devlink.c | 81 ret = hdev->nic_client->ops->reset_notify(h, HNAE3_INIT_CLIENT); in hclge_devlink_reload_up()
|
H A D | hclge_dcb.c | 241 ret = hclge_notify_client(hdev, HNAE3_INIT_CLIENT); in hclge_notify_init_up()
|
H A D | hclge_main.c | 4267 return hclge_notify_client(hdev, HNAE3_INIT_CLIENT); in hclge_reset_stack() 4307 ret = hclge_notify_roce_client(hdev, HNAE3_INIT_CLIENT); in hclge_reset_rebuild()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
H A D | hclgevf_devlink.c | 82 ret = hdev->nic_client->ops->reset_notify(h, HNAE3_INIT_CLIENT); in hclgevf_devlink_reload_up()
|
H A D | hclgevf_main.c | 1434 ret = hclgevf_notify_client(hdev, HNAE3_INIT_CLIENT); in hclgevf_reset_stack() 1559 ret = hclgevf_notify_roce_client(hdev, HNAE3_INIT_CLIENT); in hclgevf_reset_rebuild()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_dcb.c | 261 ret = hclge_notify_client(hdev, HNAE3_INIT_CLIENT); in hclge_notify_init_up()
|
H A D | hclge_main.c | 3836 return hclge_notify_client(hdev, HNAE3_INIT_CLIENT); in hclge_reset_stack() 3878 ret = hclge_notify_roce_client(hdev, HNAE3_INIT_CLIENT); in hclge_reset_rebuild()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hnae3.h | 209 HNAE3_INIT_CLIENT, enumerator
|
H A D | hns3_enet.c | 4572 case HNAE3_INIT_CLIENT: in hns3_reset_notify() 4598 ret = hns3_reset_notify(handle, HNAE3_INIT_CLIENT); in hns3_change_channels()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hnae3.h | 253 HNAE3_INIT_CLIENT, enumerator
|
H A D | hns3_ethtool.c | 1905 ret = hns3_reset_notify(h, HNAE3_INIT_CLIENT); in hns3_set_tx_spare_buf_size()
|
H A D | hns3_enet.c | 5761 case HNAE3_INIT_CLIENT: in hns3_reset_notify() 5787 ret = hns3_reset_notify(handle, HNAE3_INIT_CLIENT); in hns3_change_channels()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
H A D | hclgevf_main.c | 1815 ret = hclgevf_notify_client(hdev, HNAE3_INIT_CLIENT); in hclgevf_reset_stack() 1940 ret = hclgevf_notify_roce_client(hdev, HNAE3_INIT_CLIENT); in hclgevf_reset_rebuild()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hw_v2.c | 955 * function, we should exit with error. If now at HNAE3_INIT_CLIENT in hns_roce_v2_cmd_hw_reseted() 957 * HNAE3_INIT_CLIENT related process can rollback the operation like in hns_roce_v2_cmd_hw_reseted() 958 * notifing hardware to free resources, HNAE3_INIT_CLIENT related in hns_roce_v2_cmd_hw_reseted() 987 * exit with error. If now at HNAE3_INIT_CLIENT stage of soft reset in hns_roce_v2_cmd_hw_resetting() 988 * process, we should exit with error, and then HNAE3_INIT_CLIENT in hns_roce_v2_cmd_hw_resetting() 990 * free resources, HNAE3_INIT_CLIENT related process will exit with in hns_roce_v2_cmd_hw_resetting() 6387 /* when reset notify type is HNAE3_INIT_CLIENT In reset notify in hns_roce_hw_v2_reset_notify_init() 6423 case HNAE3_INIT_CLIENT: in hns_roce_hw_v2_reset_notify()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hw_v2.c | 1004 * function, we should exit with error. If now at HNAE3_INIT_CLIENT in hns_roce_v2_cmd_hw_reseted() 1006 * HNAE3_INIT_CLIENT related process can rollback the operation like in hns_roce_v2_cmd_hw_reseted() 1007 * notifing hardware to free resources, HNAE3_INIT_CLIENT related in hns_roce_v2_cmd_hw_reseted() 1036 * exit with error. If now at HNAE3_INIT_CLIENT stage of soft reset in hns_roce_v2_cmd_hw_resetting() 1037 * process, we should exit with error, and then HNAE3_INIT_CLIENT in hns_roce_v2_cmd_hw_resetting() 1039 * free resources, HNAE3_INIT_CLIENT related process will exit with in hns_roce_v2_cmd_hw_resetting() 6873 /* when reset notify type is HNAE3_INIT_CLIENT In reset notify in hns_roce_hw_v2_reset_notify_init() 6909 case HNAE3_INIT_CLIENT: in hns_roce_hw_v2_reset_notify()
|
Completed in 75 milliseconds