Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/hisilicon/hns3/
Dhns3_ethtool.c1897 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()
Dhns3_enet.h736 int hns3_reset_notify(struct hnae3_handle *handle,
Dhns3_enet.c5749 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,