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

/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c1917 ret = hns3_reset_notify(h, HNAE3_DOWN_CLIENT);
1921 ret = hns3_reset_notify(h, HNAE3_UNINIT_CLIENT);
1925 ret = hns3_reset_notify(h, HNAE3_INIT_CLIENT);
1929 ret = hns3_reset_notify(h, HNAE3_UP_CLIENT);
1931 hns3_reset_notify(h, HNAE3_UNINIT_CLIENT);
H A Dhns3_enet.h736 int hns3_reset_notify(struct hnae3_handle *handle,
H A Dhns3_enet.c5748 int hns3_reset_notify(struct hnae3_handle *handle, function
5786 ret = hns3_reset_notify(handle, HNAE3_INIT_CLIENT);
5790 ret = hns3_reset_notify(handle, HNAE3_UP_CLIENT);
5792 hns3_reset_notify(handle, HNAE3_UNINIT_CLIENT);
5834 ret = hns3_reset_notify(h, HNAE3_DOWN_CLIENT);
5838 ret = hns3_reset_notify(h, HNAE3_UNINIT_CLIENT);
5954 .reset_notify = hns3_reset_notify,

Completed in 352 milliseconds