Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/
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()
Dhns3_enet.h738 int hns3_reset_notify(struct hnae3_handle *handle,
Dhns3_enet.c5751 int hns3_reset_notify(struct hnae3_handle *handle, in hns3_reset_notify() function
5789 ret = hns3_reset_notify(handle, HNAE3_INIT_CLIENT); in hns3_change_channels()
5793 ret = hns3_reset_notify(handle, HNAE3_UP_CLIENT); in hns3_change_channels()
5795 hns3_reset_notify(handle, HNAE3_UNINIT_CLIENT); in hns3_change_channels()
5837 ret = hns3_reset_notify(h, HNAE3_DOWN_CLIENT); in hns3_set_channels()
5841 ret = hns3_reset_notify(h, HNAE3_UNINIT_CLIENT); in hns3_set_channels()
5957 .reset_notify = hns3_reset_notify,