Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c1917 ret = hns3_reset_notify(h, HNAE3_DOWN_CLIENT); in hns3_set_tx_spare_buf_size()
1921 ret = hns3_reset_notify(h, HNAE3_UNINIT_CLIENT); in hns3_set_tx_spare_buf_size()
1925 ret = hns3_reset_notify(h, HNAE3_INIT_CLIENT); in hns3_set_tx_spare_buf_size()
1929 ret = hns3_reset_notify(h, HNAE3_UP_CLIENT); in hns3_set_tx_spare_buf_size()
1931 hns3_reset_notify(h, HNAE3_UNINIT_CLIENT); in hns3_set_tx_spare_buf_size()
H A Dhns3_enet.h740 int hns3_reset_notify(struct hnae3_handle *handle,
H A Dhns3_enet.c5808 int hns3_reset_notify(struct hnae3_handle *handle, in hns3_reset_notify() function
5846 ret = hns3_reset_notify(handle, HNAE3_INIT_CLIENT); in hns3_change_channels()
5850 ret = hns3_reset_notify(handle, HNAE3_UP_CLIENT); in hns3_change_channels()
5852 hns3_reset_notify(handle, HNAE3_UNINIT_CLIENT); in hns3_change_channels()
5894 ret = hns3_reset_notify(h, HNAE3_DOWN_CLIENT); in hns3_set_channels()
5898 ret = hns3_reset_notify(h, HNAE3_UNINIT_CLIENT); in hns3_set_channels()
6014 .reset_notify = hns3_reset_notify,