Lines Matching refs:bth0
290 u32 bth0; in hfi1_make_bth_deth() local
296 bth0 = IB_OPCODE_UD_SEND_ONLY_WITH_IMMEDIATE << 24; in hfi1_make_bth_deth()
298 bth0 = IB_OPCODE_UD_SEND_ONLY << 24; in hfi1_make_bth_deth()
302 bth0 |= IB_BTH_SOLICITED; in hfi1_make_bth_deth()
303 bth0 |= extra_bytes << 20; in hfi1_make_bth_deth()
309 bth0 |= *pkey; in hfi1_make_bth_deth()
310 ohdr->bth[0] = cpu_to_be32(bth0); in hfi1_make_bth_deth()
656 u32 bth0, plen, vl, hwords = 7; in return_cnp_16B() local
687 bth0 = (IB_OPCODE_CNP << 24) | (1 << 16) | in return_cnp_16B()
689 ohdr->bth[0] = cpu_to_be32(bth0); in return_cnp_16B()
715 u32 bth0, plen, vl, hwords = 5; in return_cnp() local
743 bth0 = pkey | (IB_OPCODE_CNP << 24); in return_cnp()
744 ohdr->bth[0] = cpu_to_be32(bth0); in return_cnp()