Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.c5295 int tmp_qp_state; in hns_roce_v2_query_qp() local
5318 tmp_qp_state = to_ib_qp_st((enum hns_roce_v2_qp_state)state); in hns_roce_v2_query_qp()
5319 if (tmp_qp_state == -1) { in hns_roce_v2_query_qp()
5324 hr_qp->state = (u8)tmp_qp_state; in hns_roce_v2_query_qp()