Searched refs:tmp_qp_state (Results 1 – 2 of 2) sorted by relevance
3464 int tmp_qp_state; in hns_roce_v1_q_qp() local3492 tmp_qp_state = (int)to_ib_qp_state((enum hns_roce_qp_state)state); in hns_roce_v1_q_qp()3493 if (tmp_qp_state == -1) { in hns_roce_v1_q_qp()3498 hr_qp->state = (u8)tmp_qp_state; in hns_roce_v1_q_qp()
5088 int tmp_qp_state; in hns_roce_v2_query_qp() local5111 tmp_qp_state = to_ib_qp_st((enum hns_roce_v2_qp_state)state); in hns_roce_v2_query_qp()5112 if (tmp_qp_state == -1) { in hns_roce_v2_query_qp()5117 hr_qp->state = (u8)tmp_qp_state; in hns_roce_v2_query_qp()