Searched refs:opah (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | trace_ibhdrs.h | 102 u8 hfi1_trace_opa_hdr_len(struct hfi1_opa_header *opah); 308 struct hfi1_opa_header *opah, bool sc5), 309 TP_ARGS(dd, opah, sc5), 339 hfi1_trace_opa_hdr_len(opah)) 346 __entry->hdr_type = opah->hdr_type; 350 hfi1_trace_parse_16b_hdr(&opah->opah, 366 __entry->dest_qpn = hfi1_16B_get_dest_qpn(&opah->opah.u.mgmt); 367 __entry->src_qpn = hfi1_16B_get_src_qpn(&opah->opah.u.mgmt); 370 ohdr = &opah->opah.u.oth; 372 ohdr = &opah->opah.u.l.oth; [all …]
|
D | verbs.h | 134 struct hfi1_16b_header opah; /* 16B header */ member 332 void hfi1_rc_send_complete(struct rvt_qp *qp, struct hfi1_opa_header *opah);
|
D | ud.c | 445 grh = &ps->s_txreq->phdr.hdr.opah.u.l.grh; in hfi1_make_ud_req_16B() 450 ohdr = &ps->s_txreq->phdr.hdr.opah.u.l.oth; in hfi1_make_ud_req_16B() 453 ohdr = &ps->s_txreq->phdr.hdr.opah.u.oth; in hfi1_make_ud_req_16B() 473 hfi1_16B_set_qpn(&ps->s_txreq->phdr.hdr.opah.u.mgmt, in hfi1_make_ud_req_16B() 483 hfi1_make_16b_hdr(&ps->s_txreq->phdr.hdr.opah, in hfi1_make_ud_req_16B()
|
D | rc.c | 289 ohdr = &ps->s_txreq->phdr.hdr.opah.u.l.oth; in hfi1_make_rc_req() 291 ohdr = &ps->s_txreq->phdr.hdr.opah.u.oth; in hfi1_make_rc_req() 811 struct hfi1_16b_header *hdr = &opa_hdr->opah; in hfi1_make_rc_ack_16B() 934 (void *)&opa_hdr.opah), hwords); in hfi1_send_rc_ack() 1100 void hfi1_rc_send_complete(struct rvt_qp *qp, struct hfi1_opa_header *opah) in hfi1_rc_send_complete() argument 1116 hdr = &opah->ibh; in hfi1_rc_send_complete() 1124 hdr_16b = &opah->opah; in hfi1_rc_send_complete()
|
D | uc.c | 107 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()
|
D | trace.c | 98 return __get_16b_hdr_len(&opa_hdr->opah); in hfi1_trace_opa_hdr_len()
|
D | ruc.c | 630 grh = &ps->s_txreq->phdr.hdr.opah.u.l.grh; in hfi1_make_ruc_header_16B() 666 hfi1_make_16b_hdr(&ps->s_txreq->phdr.hdr.opah, in hfi1_make_ruc_header_16B()
|
D | verbs.c | 1064 hdr = (u32 *)&ps->s_txreq->phdr.hdr.opah; in hfi1_verbs_send_pio() 1325 struct hfi1_16b_header *hdr = &ps->s_txreq->phdr.hdr.opah; in hfi1_verbs_send()
|