Searched refs:hns3_reset_notify (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/ |
D | hns3_ethtool.c | 1898 ret = hns3_reset_notify(h, HNAE3_DOWN_CLIENT); in hns3_set_tx_spare_buf_size() 1902 ret = hns3_reset_notify(h, HNAE3_UNINIT_CLIENT); in hns3_set_tx_spare_buf_size() 1906 ret = hns3_reset_notify(h, HNAE3_INIT_CLIENT); in hns3_set_tx_spare_buf_size() 1910 ret = hns3_reset_notify(h, HNAE3_UP_CLIENT); in hns3_set_tx_spare_buf_size() 1912 hns3_reset_notify(h, HNAE3_UNINIT_CLIENT); in hns3_set_tx_spare_buf_size()
|
D | hns3_enet.h | 730 int hns3_reset_notify(struct hnae3_handle *handle,
|
D | hns3_enet.c | 5736 int hns3_reset_notify(struct hnae3_handle *handle, in hns3_reset_notify() function 5774 ret = hns3_reset_notify(handle, HNAE3_INIT_CLIENT); in hns3_change_channels() 5778 ret = hns3_reset_notify(handle, HNAE3_UP_CLIENT); in hns3_change_channels() 5780 hns3_reset_notify(handle, HNAE3_UNINIT_CLIENT); in hns3_change_channels() 5822 ret = hns3_reset_notify(h, HNAE3_DOWN_CLIENT); in hns3_set_channels() 5826 ret = hns3_reset_notify(h, HNAE3_UNINIT_CLIENT); in hns3_set_channels() 5930 .reset_notify = hns3_reset_notify,
|