Searched refs:ae_dev_reset_cnt (Results 1 – 4 of 4) sorted by relevance
724 unsigned long (*ae_dev_reset_cnt)(struct hnae3_handle *handle); member
1062 ret = read_poll_timeout(ops->ae_dev_reset_cnt, val, in hns_roce_v2_cmd_hw_resetting()1086 if (ops->ae_dev_reset_cnt(handle) != hr_dev->reset_cnt) in hns_roce_v2_cmd_sw_resetting()1111 reset_cnt = ops->ae_dev_reset_cnt(handle); in check_aedev_reset_status()1134 if (hr_dev->reset_cnt != ops->ae_dev_reset_cnt(handle)) in check_device_is_in_reset()1443 if (ops->ae_dev_reset_cnt(handle) != in func_clr_sw_resetting_state()1464 if (ops->ae_dev_reset_cnt(handle) != hr_dev->reset_cnt) { in hns_roce_func_clr_rst_proc()6791 hr_dev->reset_cnt = handle->ae_algo->ops->ae_dev_reset_cnt(handle); in hns_roce_hw_v2_get_cfg()
3417 .ae_dev_reset_cnt = hclgevf_ae_dev_reset_cnt,
13123 .ae_dev_reset_cnt = hclge_ae_dev_reset_cnt,
Completed in 50 milliseconds