Lines Matching refs:ohdr
208 struct ib_other_headers *ohdr, in hfi1_make_ruc_bth() argument
211 ohdr->bth[0] = cpu_to_be32(bth0); in hfi1_make_ruc_bth()
212 ohdr->bth[1] = cpu_to_be32(bth1); in hfi1_make_ruc_bth()
213 ohdr->bth[2] = cpu_to_be32(bth2); in hfi1_make_ruc_bth()
232 struct ib_other_headers *ohdr, in hfi1_make_ruc_header_16B() argument
288 hfi1_make_ruc_bth(qp, ohdr, bth0, bth1, bth2); in hfi1_make_ruc_header_16B()
321 struct ib_other_headers *ohdr, in hfi1_make_ruc_header_9B() argument
366 hfi1_make_ruc_bth(qp, ohdr, bth0, bth1, bth2); in hfi1_make_ruc_header_9B()
376 struct ib_other_headers *ohdr,
386 void hfi1_make_ruc_header(struct rvt_qp *qp, struct ib_other_headers *ohdr, in hfi1_make_ruc_header() argument
408 hfi1_ruc_header_tbl[priv->hdr_type](qp, ohdr, bth0, bth1, bth2, middle, in hfi1_make_ruc_header()