Lines Matching refs:bth0
251 u32 bth0, u32 bth1, u32 bth2) in hfi1_make_ruc_bth() argument
253 ohdr->bth[0] = cpu_to_be32(bth0); in hfi1_make_ruc_bth()
274 u32 bth0, u32 bth1, u32 bth2, in hfi1_make_ruc_header_16B() argument
327 bth0 |= pkey; in hfi1_make_ruc_header_16B()
328 bth0 |= extra_bytes << 20; in hfi1_make_ruc_header_16B()
329 hfi1_make_ruc_bth(qp, ohdr, bth0, bth1, bth2); in hfi1_make_ruc_header_16B()
362 u32 bth0, u32 bth1, u32 bth2, in hfi1_make_ruc_header_9B() argument
389 bth0 |= IB_BTH_MIG_REQ; in hfi1_make_ruc_header_9B()
404 bth0 |= pkey; in hfi1_make_ruc_header_9B()
405 bth0 |= extra_bytes << 20; in hfi1_make_ruc_header_9B()
406 hfi1_make_ruc_bth(qp, ohdr, bth0, bth1, bth2); in hfi1_make_ruc_header_9B()
417 u32 bth0, u32 bth1, u32 bth2, int middle,
427 u32 bth0, u32 bth1, u32 bth2, int middle, in hfi1_make_ruc_header() argument
448 hfi1_ruc_header_tbl[priv->hdr_type](qp, ohdr, bth0, bth1, bth2, middle, in hfi1_make_ruc_header()