Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c5315 int tmp_qp_state; in hns_roce_v2_query_qp() local
5338 tmp_qp_state = to_ib_qp_st((enum hns_roce_v2_qp_state)state); in hns_roce_v2_query_qp()
5339 if (tmp_qp_state == -1) { in hns_roce_v2_query_qp()
5344 hr_qp->state = (u8)tmp_qp_state; in hns_roce_v2_query_qp()