Home
last modified time | relevance | path

Searched refs:ibh (Results 1 – 10 of 10) sorted by relevance

/drivers/infiniband/hw/hfi1/
Dud.c329 grh = &ps->s_txreq->phdr.hdr.ibh.u.l.grh; in hfi1_make_ud_req_9B()
335 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.l.oth; in hfi1_make_ud_req_9B()
338 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth; in hfi1_make_ud_req_9B()
370 hfi1_make_ib_hdr(&ps->s_txreq->phdr.hdr.ibh, in hfi1_make_ud_req_9B()
710 struct ib_grh *grh = &hdr.ibh.u.l.grh; in return_cnp()
718 ohdr = &hdr.ibh.u.l.oth; in return_cnp()
722 ohdr = &hdr.ibh.u.oth; in return_cnp()
734 hfi1_make_ib_hdr(&hdr.ibh, lrh0, hwords + SIZE_OF_CRC, dlid, slid); in return_cnp()
Dtrace_ibhdrs.h395 hfi1_trace_parse_9b_hdr(&opah->ibh, sc5,
404 ohdr = &opah->ibh.u.oth;
406 ohdr = &opah->ibh.u.l.oth;
Druc.c192 hdr.ibh.u.oth.bth[2]) / 4)
375 struct ib_grh *grh = &ps->s_txreq->phdr.hdr.ibh.u.l.grh; in hfi1_make_ruc_header_9B()
407 hfi1_make_ib_hdr(&ps->s_txreq->phdr.hdr.ibh, in hfi1_make_ruc_header_9B()
Duc.c99 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.l.oth; in hfi1_make_uc_req()
101 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth; in hfi1_make_uc_req()
Dverbs.h135 struct ib_header ibh; /* 9B header */ member
Dtrace.c97 return __get_ib_hdr_len(&opa_hdr->ibh); in hfi1_trace_opa_hdr_len()
Drc.c460 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.l.oth; in hfi1_make_rc_req()
462 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth; in hfi1_make_rc_req()
1270 struct ib_header *hdr = &opa_hdr->ibh; in hfi1_make_rc_ack_9B()
1445 (void *)&opa_hdr.ibh : in hfi1_send_rc_ack()
Dverbs.c1004 hdr = (u32 *)&ps->s_txreq->phdr.hdr.ibh; in hfi1_verbs_send_pio()
1276 struct ib_header *hdr = &ps->s_txreq->phdr.hdr.ibh; in hfi1_verbs_send()
Dhfi.h555 hdr = &opah->ibh; in hfi1_get_rc_ohdr()
Dtid_rdma.c5034 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth; in hfi1_make_tid_rdma_pkt()