Lines Matching refs:qp_num
378 u32 qp_num; in hfi1_kdeth_eager_rcv() local
397 qp_num = be32_to_cpu(packet->ohdr->u.tid_rdma.r_req.verbs_qp) & in hfi1_kdeth_eager_rcv()
401 packet->qp = rvt_lookup_qpn(rdi, &ibp->rvp, qp_num); in hfi1_kdeth_eager_rcv()
432 u32 qp_num; in hfi1_kdeth_expected_rcv() local
451 qp_num = be32_to_cpu(packet->ohdr->u.tid_rdma.r_rsp.verbs_qp) & in hfi1_kdeth_expected_rcv()
455 packet->qp = rvt_lookup_qpn(rdi, &ibp->rvp, qp_num); in hfi1_kdeth_expected_rcv()
497 u32 qp_num; in hfi1_handle_packet() local
540 qp_num = hfi1_16B_get_dest_qpn(packet->mgmt); in hfi1_handle_packet()
542 qp_num = ib_bth_get_qpn(packet->ohdr); in hfi1_handle_packet()
545 packet->qp = rvt_lookup_qpn(rdi, &ibp->rvp, qp_num); in hfi1_handle_packet()
2005 lqpn = qp->ibqp.qp_num; in hfi1_cnp_rcv()