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