Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.h272 HNAE3_IMP_RESET, enumerator
H A Dhns3_ethtool.c1028 {ETH_RESET_MGMT, HNAE3_IMP_RESET},
1070 (rst_type == HNAE3_IMP_RESET && in hns3_set_reset()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c3551 set_bit(HNAE3_IMP_RESET, &hdev->reset_pending); in hclge_check_event_cause()
3783 case HNAE3_IMP_RESET: in hclge_reset_wait()
3994 case HNAE3_IMP_RESET: in hclge_do_reset()
4026 if (test_bit(HNAE3_IMP_RESET, addr)) { in hclge_get_reset_level()
4027 rst_level = HNAE3_IMP_RESET; in hclge_get_reset_level()
4028 clear_bit(HNAE3_IMP_RESET, addr); in hclge_get_reset_level()
4055 case HNAE3_IMP_RESET: in hclge_clear_reset_cause()
4135 case HNAE3_IMP_RESET: in hclge_reset_prepare_wait()
4264 case HNAE3_IMP_RESET: in hclge_reset_prepare_up()
12080 if (hdev->reset_type == HNAE3_IMP_RESET || in hclge_reset_ae_dev()