/linux/drivers/infiniband/hw/hfi1/ |
H A D | ruc.c | 209 u32 bth0, u32 bth1, u32 bth2) in hfi1_make_ruc_bth() argument 211 ohdr->bth[0] = cpu_to_be32(bth0); in hfi1_make_ruc_bth() 220 * @bth0: bth0 passed in from the RC/UC builder 233 u32 bth0, u32 bth1, u32 bth2, in hfi1_make_ruc_header_16B() argument 286 bth0 |= pkey; in hfi1_make_ruc_header_16B() 287 bth0 |= extra_bytes << 20; in hfi1_make_ruc_header_16B() 288 hfi1_make_ruc_bth(qp, ohdr, bth0, bth1, bth2); in hfi1_make_ruc_header_16B() 309 * @bth0: bth0 passe 322 hfi1_make_ruc_header_9B(struct rvt_qp * qp,struct ib_other_headers * ohdr,u32 bth0,u32 bth1,u32 bth2,int middle,struct hfi1_pkt_state * ps) hfi1_make_ruc_header_9B() argument 387 hfi1_make_ruc_header(struct rvt_qp * qp,struct ib_other_headers * ohdr,u32 bth0,u32 bth1,u32 bth2,int middle,struct hfi1_pkt_state * ps) hfi1_make_ruc_header() argument [all...] |
H A D | ud.c | 228 u32 bth0; in hfi1_make_bth_deth() local 234 bth0 = IB_OPCODE_UD_SEND_ONLY_WITH_IMMEDIATE << 24; in hfi1_make_bth_deth() 236 bth0 = IB_OPCODE_UD_SEND_ONLY << 24; in hfi1_make_bth_deth() 240 bth0 |= IB_BTH_SOLICITED; in hfi1_make_bth_deth() 241 bth0 |= extra_bytes << 20; in hfi1_make_bth_deth() 247 bth0 |= *pkey; in hfi1_make_bth_deth() 248 ohdr->bth[0] = cpu_to_be32(bth0); in hfi1_make_bth_deth() 596 u32 bth0, plen, vl, hwords = 7; in return_cnp_16B() local 628 bth0 = (IB_OPCODE_CNP << 24) | (1 << 16) | in return_cnp_16B() 630 ohdr->bth[0] = cpu_to_be32(bth0); in return_cnp_16B() 658 u32 bth0, plen, vl, hwords = 5; return_cnp() local [all...] |
H A D | uc.c | 28 u32 bth0 = 0; in hfi1_make_uc_req() local 136 bth0 |= IB_BTH_SOLICITED; in hfi1_make_uc_req() 164 bth0 |= IB_BTH_SOLICITED; in hfi1_make_uc_req() 195 bth0 |= IB_BTH_SOLICITED; in hfi1_make_uc_req() 220 bth0 |= IB_BTH_SOLICITED; in hfi1_make_uc_req() 232 hfi1_make_ruc_header(qp, ohdr, bth0 | (qp->s_state << 24), in hfi1_make_uc_req()
|
H A D | rc.c | 74 u32 bth0 = 0, bth2 = 0; in make_rc_ack() local 223 bth0 = qp->s_ack_state << 24; in make_rc_ack() 245 bth0 = qp->s_ack_state << 24; in make_rc_ack() 293 bth0 = qp->s_ack_state << 24; in make_rc_ack() 309 delta = hfi1_build_tid_rdma_read_resp(qp, e, ohdr, &bth0, in make_rc_ack() 346 bth0 = OP(ACKNOWLEDGE) << 24; in make_rc_ack() 356 hfi1_make_ruc_header(qp, ohdr, bth0, bth1, bth2, middle, ps); in make_rc_ack() 400 u32 bth0 = 0, bth2 = 0; in hfi1_make_rc_req() local 579 bth0 |= IB_BTH_SOLICITED; in hfi1_make_rc_req() 615 bth0 | in hfi1_make_rc_req() 1182 hfi1_make_bth_aeth(struct rvt_qp * qp,struct ib_other_headers * ohdr,u32 bth0,u32 bth1) hfi1_make_bth_aeth() argument 1232 u32 bth0, bth1; hfi1_make_rc_ack_9B() local 1283 u32 bth0, bth1 = 0; hfi1_make_rc_ack_16B() local [all...] |
H A D | ipoib_tx.c | 270 u32 bth0; in hfi1_ipoib_build_ib_tx_headers() local 326 bth0 = (IB_OPCODE_UD_SEND_ONLY << 24) | (pad_cnt << 20) | priv->pkey; in hfi1_ipoib_build_ib_tx_headers() 328 ohdr->bth[0] = cpu_to_be32(bth0); in hfi1_ipoib_build_ib_tx_headers()
|
H A D | tid_rdma.c | 1893 u32 bth0, u32 psn, u64 vaddr, u32 len) in tid_rdma_rcv_read_request() argument 1964 e->opcode = (bth0 >> 24) & 0xff; in tid_rdma_rcv_read_request() 2029 u32 bth0; in tid_rdma_rcv_error() local 2061 bth0 = be32_to_cpu(ohdr->bth[0]); in tid_rdma_rcv_error() 2062 if (tid_rdma_rcv_read_request(qp, e, packet, ohdr, bth0, psn, in tid_rdma_rcv_error() 2238 u32 bth0, psn, len, rkey; in hfi1_rc_rcv_tid_rdma_read_req() local 2245 bth0 = be32_to_cpu(ohdr->bth[0]); in hfi1_rc_rcv_tid_rdma_read_req() 2295 if (tid_rdma_rcv_read_request(qp, e, packet, ohdr, bth0, psn, vaddr, in hfi1_rc_rcv_tid_rdma_read_req() 2345 struct ib_other_headers *ohdr, u32 *bth0, in hfi1_build_tid_rdma_read_resp() argument 2389 *bth0 in hfi1_build_tid_rdma_read_resp() 3668 u32 bth0, psn, len, rkey, num_segs; hfi1_rc_rcv_tid_rdma_write_req() local [all...] |
H A D | tid_rdma.h | 252 struct ib_other_headers *ohdr, u32 *bth0,
|
H A D | verbs.h | 400 u32 bth0, u32 bth1, u32 bth2, int middle,
|
H A D | trace_tx.h | 478 __field(u32, bth0) 506 __entry->bth0 = be32_to_cpu(bth[0]); 529 __entry->bth0,
|