Searched refs:opah (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | trace_ibhdrs.h | 278 TP_ARGS(dd, opah, sc5), 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->opah.u.mgmt); 339 ohdr = &opah->opah.u.oth; 341 ohdr = &opah->opah.u.l.oth; 363 ohdr = &opah->ibh.u.oth; 365 ohdr = &opah->ibh.u.l.oth; 436 TP_ARGS(dd, opah, sc5)); 441 TP_ARGS(dd, opah, sc5)); [all …]
|
H A D | ud.c | 384 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 D | verbs.h | 94 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 D | uc.c | 66 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 D | ruc.c | 261 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 D | hfi.h | 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 D | rc.c | 427 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() 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 D | trace.c | 58 return __get_16b_hdr_len(&opa_hdr->opah); in hfi1_trace_opa_hdr_len()
|
H A D | verbs.c | 962 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()
|