Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v1.c3465 int tmp_qp_state; in hns_roce_v1_q_qp() local
3493 tmp_qp_state = (int)to_ib_qp_state((enum hns_roce_qp_state)state); in hns_roce_v1_q_qp()
3494 if (tmp_qp_state == -1) { in hns_roce_v1_q_qp()
3499 hr_qp->state = (u8)tmp_qp_state; in hns_roce_v1_q_qp()
H A Dhns_roce_hw_v2.c4904 int tmp_qp_state; in hns_roce_v2_query_qp() local
4928 tmp_qp_state = to_ib_qp_st((enum hns_roce_v2_qp_state)state); in hns_roce_v2_query_qp()
4929 if (tmp_qp_state == -1) { in hns_roce_v2_query_qp()
4934 hr_qp->state = (u8)tmp_qp_state; in hns_roce_v2_query_qp()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c5314 int tmp_qp_state; in hns_roce_v2_query_qp() local
5337 tmp_qp_state = to_ib_qp_st((enum hns_roce_v2_qp_state)state); in hns_roce_v2_query_qp()
5338 if (tmp_qp_state == -1) { in hns_roce_v2_query_qp()
5343 hr_qp->state = (u8)tmp_qp_state; in hns_roce_v2_query_qp()

Completed in 22 milliseconds