Lines Matching refs:ohdr
391 packet->ohdr = &hdr->u.oth; in hfi1_kdeth_eager_rcv()
394 opcode = (be32_to_cpu(packet->ohdr->bth[0]) >> 24); in hfi1_kdeth_eager_rcv()
398 qp_num = be32_to_cpu(packet->ohdr->u.tid_rdma.r_req.verbs_qp) & in hfi1_kdeth_eager_rcv()
445 packet->ohdr = &hdr->u.oth; in hfi1_kdeth_expected_rcv()
448 opcode = (be32_to_cpu(packet->ohdr->bth[0]) >> 24); in hfi1_kdeth_expected_rcv()
452 qp_num = be32_to_cpu(packet->ohdr->u.tid_rdma.r_rsp.verbs_qp) & in hfi1_kdeth_expected_rcv()
545 qp_num = ib_bth_get_qpn(packet->ohdr); in hfi1_handle_packet()
1259 struct ib_other_headers *ohdr = NULL; in hfi1_verbs_send() local
1272 ohdr = &hdr->u.oth; in hfi1_verbs_send()
1274 ohdr = &hdr->u.l.oth; in hfi1_verbs_send()
1283 ohdr = &hdr->u.l.oth; in hfi1_verbs_send()
1285 ohdr = &hdr->u.oth; in hfi1_verbs_send()
1287 pkey = ib_bth_get_pkey(ohdr); in hfi1_verbs_send()
1291 ps->opcode = ib_bth_get_opcode(ohdr); in hfi1_verbs_send()