Home
last modified time | relevance | path

Searched refs:opah (Results 1 – 9 of 9) sorted by relevance

/drivers/infiniband/hw/hfi1/
Dtrace_ibhdrs.h112 u8 hfi1_trace_opa_hdr_len(struct hfi1_opa_header *opah);
318 struct hfi1_opa_header *opah, bool sc5),
319 TP_ARGS(dd, opah, sc5),
349 hfi1_trace_opa_hdr_len(opah))
356 __entry->hdr_type = opah->hdr_type;
360 hfi1_trace_parse_16b_hdr(&opah->opah,
376 __entry->dest_qpn = hfi1_16B_get_dest_qpn(&opah->opah.u.mgmt);
377 __entry->src_qpn = hfi1_16B_get_src_qpn(&opah->opah.u.mgmt);
380 ohdr = &opah->opah.u.oth;
382 ohdr = &opah->opah.u.l.oth;
[all …]
Dud.c426 grh = &ps->s_txreq->phdr.hdr.opah.u.l.grh; in hfi1_make_ud_req_16B()
431 ohdr = &ps->s_txreq->phdr.hdr.opah.u.l.oth; in hfi1_make_ud_req_16B()
434 ohdr = &ps->s_txreq->phdr.hdr.opah.u.oth; in hfi1_make_ud_req_16B()
454 hfi1_16B_set_qpn(&ps->s_txreq->phdr.hdr.opah.u.mgmt, in hfi1_make_ud_req_16B()
464 hfi1_make_16b_hdr(&ps->s_txreq->phdr.hdr.opah, in hfi1_make_ud_req_16B()
652 struct ib_grh *grh = &hdr.opah.u.l.grh; in return_cnp_16B()
660 ohdr = &hdr.opah.u.l.oth; in return_cnp_16B()
664 ohdr = &hdr.opah.u.oth; in return_cnp_16B()
678 hfi1_make_16b_hdr(&hdr.opah, slid, dlid, len, pkey, 1, 0, l4, sc5); in return_cnp_16B()
Dverbs.h136 struct hfi1_16b_header opah; /* 16B header */ member
418 void hfi1_rc_verbs_aborted(struct rvt_qp *qp, struct hfi1_opa_header *opah);
419 void hfi1_rc_send_complete(struct rvt_qp *qp, struct hfi1_opa_header *opah);
Druc.c302 grh = &ps->s_txreq->phdr.hdr.opah.u.l.grh; in hfi1_make_ruc_header_16B()
338 hfi1_make_16b_hdr(&ps->s_txreq->phdr.hdr.opah, in hfi1_make_ruc_header_16B()
Duc.c107 ohdr = &ps->s_txreq->phdr.hdr.opah.u.l.oth; in hfi1_make_uc_req()
109 ohdr = &ps->s_txreq->phdr.hdr.opah.u.oth; in hfi1_make_uc_req()
Dhfi.h556 hfi1_get_rc_ohdr(struct hfi1_opa_header *opah) in hfi1_get_rc_ohdr() argument
563 if (opah->hdr_type == HFI1_PKT_TYPE_9B) { in hfi1_get_rc_ohdr()
564 hdr = &opah->ibh; in hfi1_get_rc_ohdr()
572 hdr_16b = &opah->opah; in hfi1_get_rc_ohdr()
Drc.c468 ohdr = &ps->s_txreq->phdr.hdr.opah.u.l.oth; in hfi1_make_rc_req()
470 ohdr = &ps->s_txreq->phdr.hdr.opah.u.oth; in hfi1_make_rc_req()
1322 struct hfi1_16b_header *hdr = &opa_hdr->opah; in hfi1_make_rc_ack_16B()
1445 (void *)&opa_hdr.opah), hwords); in hfi1_send_rc_ack()
1714 void hfi1_rc_verbs_aborted(struct rvt_qp *qp, struct hfi1_opa_header *opah) in hfi1_rc_verbs_aborted() argument
1716 struct ib_other_headers *ohdr = hfi1_get_rc_ohdr(opah); in hfi1_rc_verbs_aborted()
1735 void hfi1_rc_send_complete(struct rvt_qp *qp, struct hfi1_opa_header *opah) in hfi1_rc_send_complete() argument
1748 ohdr = hfi1_get_rc_ohdr(opah); in hfi1_rc_send_complete()
Dtrace.c100 return __get_16b_hdr_len(&opa_hdr->opah); in hfi1_trace_opa_hdr_len()
Dverbs.c1004 hdr = (u32 *)&ps->s_txreq->phdr.hdr.opah; in hfi1_verbs_send_pio()
1268 struct hfi1_16b_header *hdr = &ps->s_txreq->phdr.hdr.opah; in hfi1_verbs_send()