Lines Matching refs:bth0
270 u32 bth0; in hfi1_make_bth_deth() local
276 bth0 = IB_OPCODE_UD_SEND_ONLY_WITH_IMMEDIATE << 24; in hfi1_make_bth_deth()
278 bth0 = IB_OPCODE_UD_SEND_ONLY << 24; in hfi1_make_bth_deth()
282 bth0 |= IB_BTH_SOLICITED; in hfi1_make_bth_deth()
283 bth0 |= extra_bytes << 20; in hfi1_make_bth_deth()
289 bth0 |= *pkey; in hfi1_make_bth_deth()
290 ohdr->bth[0] = cpu_to_be32(bth0); in hfi1_make_bth_deth()
637 u32 bth0, plen, vl, hwords = 7; in return_cnp_16B() local
669 bth0 = (IB_OPCODE_CNP << 24) | (1 << 16) | in return_cnp_16B()
671 ohdr->bth[0] = cpu_to_be32(bth0); in return_cnp_16B()
699 u32 bth0, plen, vl, hwords = 5; in return_cnp() local
728 bth0 = pkey | (IB_OPCODE_CNP << 24); in return_cnp()
729 ohdr->bth[0] = cpu_to_be32(bth0); in return_cnp()