Lines Matching refs:ohdr
349 packet->ohdr = &hdr->u.oth; in hfi1_kdeth_eager_rcv()
352 opcode = (be32_to_cpu(packet->ohdr->bth[0]) >> 24); in hfi1_kdeth_eager_rcv()
356 qp_num = be32_to_cpu(packet->ohdr->u.tid_rdma.r_req.verbs_qp) & in hfi1_kdeth_eager_rcv()
403 packet->ohdr = &hdr->u.oth; in hfi1_kdeth_expected_rcv()
406 opcode = (be32_to_cpu(packet->ohdr->bth[0]) >> 24); in hfi1_kdeth_expected_rcv()
410 qp_num = be32_to_cpu(packet->ohdr->u.tid_rdma.r_rsp.verbs_qp) & in hfi1_kdeth_expected_rcv()
503 qp_num = ib_bth_get_qpn(packet->ohdr); in hfi1_handle_packet()
1217 struct ib_other_headers *ohdr = NULL; in hfi1_verbs_send() local
1230 ohdr = &hdr->u.oth; in hfi1_verbs_send()
1232 ohdr = &hdr->u.l.oth; in hfi1_verbs_send()
1241 ohdr = &hdr->u.l.oth; in hfi1_verbs_send()
1243 ohdr = &hdr->u.oth; in hfi1_verbs_send()
1245 pkey = ib_bth_get_pkey(ohdr); in hfi1_verbs_send()
1249 ps->opcode = ib_bth_get_opcode(ohdr); in hfi1_verbs_send()