Home
last modified time | relevance | path

Searched refs:opah (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A 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
[all...]
H A 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()
H A 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);
H A 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()
H A 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()
H A Dhfi.h553 * @opah - the opaheader
556 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()
H A 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()
1705 * @opah: the opa header
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()
H A Dtrace.c100 return __get_16b_hdr_len(&opa_hdr->opah); in hfi1_trace_opa_hdr_len()
H A 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()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dtrace_ibhdrs.h71 u8 hfi1_trace_opa_hdr_len(struct hfi1_opa_header *opah);
277 struct hfi1_opa_header *opah, bool sc5),
278 TP_ARGS(dd, opah, sc5),
308 hfi1_trace_opa_hdr_len(opah))
315 __entry->hdr_type = opah->hdr_type;
319 hfi1_trace_parse_16b_hdr(&opah->opah,
335 __entry->dest_qpn = hfi1_16B_get_dest_qpn(&opah->opah.u.mgmt);
336 __entry->src_qpn = hfi1_16B_get_src_qpn(&opah
[all...]
H A Dud.c384 grh = &ps->s_txreq->phdr.hdr.opah.u.l.grh; in hfi1_make_ud_req_16B()
389 ohdr = &ps->s_txreq->phdr.hdr.opah.u.l.oth; in hfi1_make_ud_req_16B()
392 ohdr = &ps->s_txreq->phdr.hdr.opah.u.oth; in hfi1_make_ud_req_16B()
412 hfi1_16B_set_qpn(&ps->s_txreq->phdr.hdr.opah.u.mgmt, in hfi1_make_ud_req_16B()
422 hfi1_make_16b_hdr(&ps->s_txreq->phdr.hdr.opah, in hfi1_make_ud_req_16B()
611 struct ib_grh *grh = &hdr.opah.u.l.grh; in return_cnp_16B()
619 ohdr = &hdr.opah.u.l.oth; in return_cnp_16B()
623 ohdr = &hdr.opah.u.oth; in return_cnp_16B()
637 hfi1_make_16b_hdr(&hdr.opah, slid, dlid, len, pkey, 1, 0, l4, sc5); in return_cnp_16B()
H A Dverbs.h94 struct hfi1_16b_header opah; /* 16B header */ member
376 void hfi1_rc_verbs_aborted(struct rvt_qp *qp, struct hfi1_opa_header *opah);
377 void hfi1_rc_send_complete(struct rvt_qp *qp, struct hfi1_opa_header *opah);
H A Duc.c66 ohdr = &ps->s_txreq->phdr.hdr.opah.u.l.oth; in hfi1_make_uc_req()
68 ohdr = &ps->s_txreq->phdr.hdr.opah.u.oth; in hfi1_make_uc_req()
H A Druc.c261 grh = &ps->s_txreq->phdr.hdr.opah.u.l.grh; in hfi1_make_ruc_header_16B()
297 hfi1_make_16b_hdr(&ps->s_txreq->phdr.hdr.opah, in hfi1_make_ruc_header_16B()
H A Dhfi.h512 * @opah - the opaheader
515 hfi1_get_rc_ohdr(struct hfi1_opa_header *opah) in hfi1_get_rc_ohdr() argument
522 if (opah->hdr_type == HFI1_PKT_TYPE_9B) { in hfi1_get_rc_ohdr()
523 hdr = &opah->ibh; in hfi1_get_rc_ohdr()
531 hdr_16b = &opah->opah; in hfi1_get_rc_ohdr()
H A Drc.c427 ohdr = &ps->s_txreq->phdr.hdr.opah.u.l.oth; in hfi1_make_rc_req()
429 ohdr = &ps->s_txreq->phdr.hdr.opah.u.oth; in hfi1_make_rc_req()
1281 struct hfi1_16b_header *hdr = &opa_hdr->opah; in hfi1_make_rc_ack_16B()
1403 (void *)&opa_hdr.opah), hwords); in hfi1_send_rc_ack()
1663 * @opah: the opa header
1672 void hfi1_rc_verbs_aborted(struct rvt_qp *qp, struct hfi1_opa_header *opah) in hfi1_rc_verbs_aborted() argument
1674 struct ib_other_headers *ohdr = hfi1_get_rc_ohdr(opah); in hfi1_rc_verbs_aborted()
1693 void hfi1_rc_send_complete(struct rvt_qp *qp, struct hfi1_opa_header *opah) in hfi1_rc_send_complete() argument
1706 ohdr = hfi1_get_rc_ohdr(opah); in hfi1_rc_send_complete()
H A Dtrace.c58 return __get_16b_hdr_len(&opa_hdr->opah); in hfi1_trace_opa_hdr_len()
H A Dverbs.c962 hdr = (u32 *)&ps->s_txreq->phdr.hdr.opah; in hfi1_verbs_send_pio()
1226 struct hfi1_16b_header *hdr = &ps->s_txreq->phdr.hdr.opah; in hfi1_verbs_send()

Completed in 32 milliseconds