Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_hw_v1.c3498 int tmp_qp_state = 0; in hns_roce_v1_q_qp() local
3526 tmp_qp_state = (int)to_ib_qp_state((enum hns_roce_qp_state)state); in hns_roce_v1_q_qp()
3527 if (tmp_qp_state == -1) { in hns_roce_v1_q_qp()
3532 hr_qp->state = (u8)tmp_qp_state; in hns_roce_v1_q_qp()
Dhns_roce_hw_v2.c3705 int tmp_qp_state; in hns_roce_v2_query_qp() local
3733 tmp_qp_state = to_ib_qp_st((enum hns_roce_v2_qp_state)state); in hns_roce_v2_query_qp()
3734 if (tmp_qp_state == -1) { in hns_roce_v2_query_qp()
3739 hr_qp->state = (u8)tmp_qp_state; in hns_roce_v2_query_qp()