Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/hisilicon/hns3/
Dhnae3.h251 HNAE3_IMP_RESET, enumerator
Dhns3_ethtool.c981 {ETH_RESET_MGMT, HNAE3_IMP_RESET},
1023 (rst_type == HNAE3_IMP_RESET && in hns3_set_reset()
/linux-5.19.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c3420 set_bit(HNAE3_IMP_RESET, &hdev->reset_pending); in hclge_check_event_cause()
3647 case HNAE3_IMP_RESET: in hclge_reset_wait()
3850 case HNAE3_IMP_RESET: in hclge_do_reset()
3882 if (test_bit(HNAE3_IMP_RESET, addr)) { in hclge_get_reset_level()
3883 rst_level = HNAE3_IMP_RESET; in hclge_get_reset_level()
3884 clear_bit(HNAE3_IMP_RESET, addr); in hclge_get_reset_level()
3911 case HNAE3_IMP_RESET: in hclge_clear_reset_cause()
3991 case HNAE3_IMP_RESET: in hclge_reset_prepare_wait()
4120 case HNAE3_IMP_RESET: in hclge_reset_prepare_up()
11740 if (hdev->reset_type == HNAE3_IMP_RESET || in hclge_reset_ae_dev()