Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c4560 static int hns3_reset_notify(struct hnae3_handle *handle, in hns3_reset_notify() function
4598 ret = hns3_reset_notify(handle, HNAE3_INIT_CLIENT); in hns3_change_channels()
4602 ret = hns3_reset_notify(handle, HNAE3_UP_CLIENT); in hns3_change_channels()
4604 hns3_reset_notify(handle, HNAE3_UNINIT_CLIENT); in hns3_change_channels()
4640 ret = hns3_reset_notify(h, HNAE3_DOWN_CLIENT); in hns3_set_channels()
4644 ret = hns3_reset_notify(h, HNAE3_UNINIT_CLIENT); in hns3_set_channels()
4698 .reset_notify = hns3_reset_notify,