Home
last modified time | relevance | path

Searched refs:sw_resetting (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c1034 bool sw_resetting; in hns_roce_v2_rst_process_cmd() local
1045 * sw_resetting -- Whether NIC's software reset process is running now. in hns_roce_v2_rst_process_cmd()
1051 sw_resetting = ops->ae_dev_resetting(handle); in hns_roce_v2_rst_process_cmd()
1059 else if (sw_resetting && instance_stage == HNS_ROCE_STATE_INIT) in hns_roce_v2_rst_process_cmd()
1377 bool sw_resetting; in hns_roce_func_clr_chk_rst() local
1382 sw_resetting = ops->ae_dev_resetting(handle); in hns_roce_func_clr_chk_rst()
1384 if (reset_cnt != hr_dev->reset_cnt || hw_resetting || sw_resetting) in hns_roce_func_clr_chk_rst()
1399 bool sw_resetting; in hns_roce_func_clr_rst_prc() local
1405 sw_resetting = ops->ae_dev_resetting(handle); in hns_roce_func_clr_rst_prc()
1429 } else if (sw_resetting in hns_roce_func_clr_rst_prc()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c1082 bool sw_resetting; in check_aedev_reset_status() local
1090 * sw_resetting -- Whether NIC's software reset process is running now. in check_aedev_reset_status()
1104 sw_resetting = ops->ae_dev_resetting(handle); in check_aedev_reset_status()
1105 if (sw_resetting && instance_stage == HNS_ROCE_STATE_INIT) in check_aedev_reset_status()

Completed in 13 milliseconds