Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c5527 static int hns3_reset_notify(struct hnae3_handle *handle, in hns3_reset_notify() function
5565 ret = hns3_reset_notify(handle, HNAE3_INIT_CLIENT); in hns3_change_channels()
5569 ret = hns3_reset_notify(handle, HNAE3_UP_CLIENT); in hns3_change_channels()
5571 hns3_reset_notify(handle, HNAE3_UNINIT_CLIENT); in hns3_change_channels()
5613 ret = hns3_reset_notify(h, HNAE3_DOWN_CLIENT); in hns3_set_channels()
5617 ret = hns3_reset_notify(h, HNAE3_UNINIT_CLIENT); in hns3_set_channels()
5670 .reset_notify = hns3_reset_notify,