Searched refs:hns3_reset_notify (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_ethtool.c | 1897 ret = hns3_reset_notify(h, HNAE3_DOWN_CLIENT); in hns3_set_tx_spare_buf_size() 1901 ret = hns3_reset_notify(h, HNAE3_UNINIT_CLIENT); in hns3_set_tx_spare_buf_size() 1905 ret = hns3_reset_notify(h, HNAE3_INIT_CLIENT); in hns3_set_tx_spare_buf_size() 1909 ret = hns3_reset_notify(h, HNAE3_UP_CLIENT); in hns3_set_tx_spare_buf_size() 1911 hns3_reset_notify(h, HNAE3_UNINIT_CLIENT); in hns3_set_tx_spare_buf_size()
|
H A D | hns3_enet.h | 736 int hns3_reset_notify(struct hnae3_handle *handle,
|
H A D | hns3_enet.c | 5749 int hns3_reset_notify(struct hnae3_handle *handle, in hns3_reset_notify() function 5787 ret = hns3_reset_notify(handle, HNAE3_INIT_CLIENT); in hns3_change_channels() 5791 ret = hns3_reset_notify(handle, HNAE3_UP_CLIENT); in hns3_change_channels() 5793 hns3_reset_notify(handle, HNAE3_UNINIT_CLIENT); in hns3_change_channels() 5835 ret = hns3_reset_notify(h, HNAE3_DOWN_CLIENT); in hns3_set_channels() 5839 ret = hns3_reset_notify(h, HNAE3_UNINIT_CLIENT); in hns3_set_channels() 5955 .reset_notify = hns3_reset_notify,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.c | 4560 static int hns3_reset_notify(struct hnae3_handle *handle, in hns3_reset_notify() function 4598 ret = hns3_reset_notify(handle, HNAE3_INIT_CLIENT); in hns3_change_channels() 4602 ret = hns3_reset_notify(handle, HNAE3_UP_CLIENT); in hns3_change_channels() 4604 hns3_reset_notify(handle, HNAE3_UNINIT_CLIENT); in hns3_change_channels() 4640 ret = hns3_reset_notify(h, HNAE3_DOWN_CLIENT); in hns3_set_channels() 4644 ret = hns3_reset_notify(h, HNAE3_UNINIT_CLIENT); in hns3_set_channels() 4698 .reset_notify = hns3_reset_notify,
|
Completed in 19 milliseconds