Home
last modified time | relevance | path

Searched refs:ae_dev_reset_cnt (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.h615 unsigned long (*ae_dev_reset_cnt)(struct hnae3_handle *handle); member
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c988 ret = read_poll_timeout(ops->ae_dev_reset_cnt, val, in hns_roce_v2_cmd_hw_resetting()
1012 if (ops->ae_dev_reset_cnt(handle) != hr_dev->reset_cnt) in hns_roce_v2_cmd_sw_resetting()
1041 reset_cnt = ops->ae_dev_reset_cnt(handle); in hns_roce_v2_rst_process_cmd()
1372 reset_cnt = ops->ae_dev_reset_cnt(handle); in hns_roce_func_clr_chk_rst()
1395 reset_cnt = ops->ae_dev_reset_cnt(handle); in hns_roce_func_clr_rst_prc()
1428 if (ops->ae_dev_reset_cnt(handle) != in hns_roce_func_clr_rst_prc()
6228 hr_dev->reset_cnt = handle->ae_algo->ops->ae_dev_reset_cnt(handle); in hns_roce_hw_v2_get_cfg()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c3681 .ae_dev_reset_cnt = hclgevf_ae_dev_reset_cnt,
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c11482 .ae_dev_reset_cnt = hclge_ae_dev_reset_cnt,