Lines Matching refs:ohdr
577 struct ib_other_headers *ohdr, in hfi1_make_ruc_bth() argument
581 ohdr->bth[0] = cpu_to_be32(bth0); in hfi1_make_ruc_bth()
582 ohdr->bth[1] = cpu_to_be32(bth1); in hfi1_make_ruc_bth()
583 ohdr->bth[2] = cpu_to_be32(bth2); in hfi1_make_ruc_bth()
601 struct ib_other_headers *ohdr, in hfi1_make_ruc_header_16B() argument
657 hfi1_make_ruc_bth(qp, ohdr, bth0, bth1, bth2); in hfi1_make_ruc_header_16B()
689 struct ib_other_headers *ohdr, in hfi1_make_ruc_header_9B() argument
734 hfi1_make_ruc_bth(qp, ohdr, bth0, bth1, bth2); in hfi1_make_ruc_header_9B()
744 struct ib_other_headers *ohdr,
754 void hfi1_make_ruc_header(struct rvt_qp *qp, struct ib_other_headers *ohdr, in hfi1_make_ruc_header() argument
776 hfi1_ruc_header_tbl[priv->hdr_type](qp, ohdr, bth0, bth2, middle, ps); in hfi1_make_ruc_header()