Home
last modified time | relevance | path

Searched refs:instance_state (Results 1 – 2 of 2) sorted by relevance

/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.c1097 instance_stage = handle->rinfo.instance_state; in check_aedev_reset_status()
1248 handle->rinfo.instance_state == HNS_ROCE_STATE_INIT) in update_cmdq_status()
1465 handle->rinfo.instance_state == HNS_ROCE_STATE_INIT) { in hns_roce_func_clr_rst_proc()
3413 priv->handle->rinfo.instance_state == HNS_ROCE_STATE_INIT || in free_mr_send_cmd_to_hw()
6795 handle->rinfo.instance_state = HNS_ROCE_STATE_INIT; in hns_roce_hw_v2_init_instance()
6798 handle->rinfo.instance_state = HNS_ROCE_STATE_NON_INIT; in hns_roce_hw_v2_init_instance()
6811 handle->rinfo.instance_state = HNS_ROCE_STATE_NON_INIT; in hns_roce_hw_v2_init_instance()
6820 handle->rinfo.instance_state = HNS_ROCE_STATE_INITED; in hns_roce_hw_v2_init_instance()
6834 if (handle->rinfo.instance_state != HNS_ROCE_STATE_INITED) in hns_roce_hw_v2_uninit_instance()
6837 handle->rinfo.instance_state = HNS_ROCE_STATE_UNINIT; in hns_roce_hw_v2_uninit_instance()
[all …]
/drivers/net/ethernet/hisilicon/hns3/
Dhnae3.h856 unsigned long instance_state; member