Home
last modified time | relevance | path

Searched refs:hns3_reset_notify (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c4508 static int hns3_reset_notify(struct hnae3_handle *handle, in hns3_reset_notify() function
4546 ret = hns3_reset_notify(handle, HNAE3_INIT_CLIENT); in hns3_change_channels()
4550 ret = hns3_reset_notify(handle, HNAE3_UP_CLIENT); in hns3_change_channels()
4552 hns3_reset_notify(handle, HNAE3_UNINIT_CLIENT); in hns3_change_channels()
4588 ret = hns3_reset_notify(h, HNAE3_DOWN_CLIENT); in hns3_set_channels()
4592 ret = hns3_reset_notify(h, HNAE3_UNINIT_CLIENT); in hns3_set_channels()
4646 .reset_notify = hns3_reset_notify,