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