Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c4386 static int hns3_reset_notify(struct hnae3_handle *handle, in hns3_reset_notify() function
4427 ret = hns3_reset_notify(handle, HNAE3_INIT_CLIENT); in hns3_change_channels()
4431 ret = hns3_reset_notify(handle, HNAE3_UP_CLIENT); in hns3_change_channels()
4433 hns3_reset_notify(handle, HNAE3_UNINIT_CLIENT); in hns3_change_channels()
4469 ret = hns3_reset_notify(h, HNAE3_DOWN_CLIENT); in hns3_set_channels()
4473 ret = hns3_reset_notify(h, HNAE3_UNINIT_CLIENT); in hns3_set_channels()
4525 .reset_notify = hns3_reset_notify,