Searched refs:hns3_reset_notify (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hns3_ethtool.c | 1916 ret = hns3_reset_notify(h, HNAE3_DOWN_CLIENT); in hns3_set_tx_spare_buf_size() 1920 ret = hns3_reset_notify(h, HNAE3_UNINIT_CLIENT); in hns3_set_tx_spare_buf_size() 1924 ret = hns3_reset_notify(h, HNAE3_INIT_CLIENT); in hns3_set_tx_spare_buf_size() 1928 ret = hns3_reset_notify(h, HNAE3_UP_CLIENT); in hns3_set_tx_spare_buf_size() 1930 hns3_reset_notify(h, HNAE3_UNINIT_CLIENT); in hns3_set_tx_spare_buf_size()
|
| H A D | hns3_enet.h | 740 int hns3_reset_notify(struct hnae3_handle *handle,
|
| H A D | hns3_enet.c | 5829 int hns3_reset_notify(struct hnae3_handle *handle, in hns3_reset_notify() function 5867 ret = hns3_reset_notify(handle, HNAE3_INIT_CLIENT); in hns3_change_channels() 5871 ret = hns3_reset_notify(handle, HNAE3_UP_CLIENT); in hns3_change_channels() 5873 hns3_reset_notify(handle, HNAE3_UNINIT_CLIENT); in hns3_change_channels() 5915 ret = hns3_reset_notify(h, HNAE3_DOWN_CLIENT); in hns3_set_channels() 5919 ret = hns3_reset_notify(h, HNAE3_UNINIT_CLIENT); in hns3_set_channels() 6024 .reset_notify = hns3_reset_notify,
|