Lines Matching refs:bth0
228 u32 bth0; in hfi1_make_bth_deth() local
234 bth0 = IB_OPCODE_UD_SEND_ONLY_WITH_IMMEDIATE << 24; in hfi1_make_bth_deth()
236 bth0 = IB_OPCODE_UD_SEND_ONLY << 24; in hfi1_make_bth_deth()
240 bth0 |= IB_BTH_SOLICITED; in hfi1_make_bth_deth()
241 bth0 |= extra_bytes << 20; in hfi1_make_bth_deth()
247 bth0 |= *pkey; in hfi1_make_bth_deth()
248 ohdr->bth[0] = cpu_to_be32(bth0); in hfi1_make_bth_deth()
596 u32 bth0, plen, vl, hwords = 7; in return_cnp_16B() local
628 bth0 = (IB_OPCODE_CNP << 24) | (1 << 16) | in return_cnp_16B()
630 ohdr->bth[0] = cpu_to_be32(bth0); in return_cnp_16B()
658 u32 bth0, plen, vl, hwords = 5; in return_cnp() local
687 bth0 = pkey | (IB_OPCODE_CNP << 24); in return_cnp()
688 ohdr->bth[0] = cpu_to_be32(bth0); in return_cnp()