Searched refs:bth0 (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_uc.c81 u32 bth0; local
90 bth0 = 0;
132 bth0 |= 1 << 23;
157 bth0 |= 1 << 23;
186 bth0 |= 1 << 23;
207 bth0 |= 1 << 23;
215 *bth0p = bth0 | (qp->s_state << 24);
H A Dipath_ud.c298 u32 bth0; local
424 bth0 = IB_OPCODE_UD_SEND_ONLY_WITH_IMMEDIATE << 24;
427 bth0 = IB_OPCODE_UD_SEND_ONLY << 24;
446 bth0 |= 1 << 23;
447 bth0 |= extra_bytes << 20;
448 bth0 |= qp->ibqp.qp_type == IB_QPT_SMI ? IPATH_DEFAULT_P_KEY :
450 ohdr->bth[0] = cpu_to_be32(bth0);
H A Dipath_rc.c91 u32 bth0; local
147 bth0 = qp->s_ack_state << 24;
162 bth0 = qp->s_ack_state << 24;
186 bth0 = OP(ACKNOWLEDGE) << 24;
191 *bth0p = bth0;
219 u32 bth0; local
243 bth0 = 0;
304 bth0 |= 1 << 23;
341 bth0 |= 1 << 23;
486 bth0 |
581 u32 bth0; local
[all...]
H A Dipath_ruc.c643 u32 bth0; local
685 ipath_make_rc_req(qp, ohdr, pmtu, &bth0, &bth2) :
686 ipath_make_uc_req(qp, ohdr, pmtu, &bth0, &bth2))) {
715 bth0 |= ipath_get_pkey(dev->dd, qp->s_pkey_index);
716 bth0 |= extra_bytes << 20;
717 ohdr->bth[0] = cpu_to_be32(bth0);

Completed in 89 milliseconds