Home
last modified time | relevance | path

Searched refs:bth0 (Results 1 – 9 of 9) sorted by relevance

/drivers/infiniband/hw/hfi1/
A Druc.c209 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()
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()
322 u32 bth0, u32 bth1, u32 bth2, in hfi1_make_ruc_header_9B() argument
349 bth0 |= IB_BTH_MIG_REQ; in hfi1_make_ruc_header_9B()
364 bth0 |= pkey; in hfi1_make_ruc_header_9B()
365 bth0 |= extra_bytes << 20; in hfi1_make_ruc_header_9B()
[all …]
A Dud.c228 u32 bth0; in hfi1_make_bth_deth() local
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
630 ohdr->bth[0] = cpu_to_be32(bth0); in return_cnp_16B()
658 u32 bth0, plen, vl, hwords = 5; in return_cnp() local
687 bth0 = pkey | (IB_OPCODE_CNP << 24); in return_cnp()
[all …]
A Duc.c28 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()
A Drc.c74 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()
400 u32 bth0 = 0, bth2 = 0; in hfi1_make_rc_req() local
579 bth0 |= IB_BTH_SOLICITED; in hfi1_make_rc_req()
934 bth0 |= IB_BTH_SOLICITED; in hfi1_make_rc_req()
973 bth0 |= IB_BTH_SOLICITED; in hfi1_make_rc_req()
1232 u32 bth0, bth1; in hfi1_make_rc_ack_9B() local
1262 bth0 |= IB_BTH_MIG_REQ; in hfi1_make_rc_ack_9B()
1283 u32 bth0, bth1 = 0; in hfi1_make_rc_ack_16B() local
[all …]
A Dipoib_tx.c270 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()
A Dtid_rdma.c1893 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()
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()
2345 struct ib_other_headers *ohdr, u32 *bth0, in hfi1_build_tid_rdma_read_resp() argument
2389 *bth0 = TID_OP(READ_RESP) << 24; in hfi1_build_tid_rdma_read_resp()
3668 u32 bth0, psn, len, rkey, num_segs; in hfi1_rc_rcv_tid_rdma_write_req() local
3674 bth0 = be32_to_cpu(ohdr->bth[0]); in hfi1_rc_rcv_tid_rdma_write_req()
[all …]
A Dtid_rdma.h252 struct ib_other_headers *ohdr, u32 *bth0,
A Dtrace_tx.h478 __field(u32, bth0)
506 __entry->bth0 = be32_to_cpu(bth[0]);
529 __entry->bth0,
A Dverbs.h400 u32 bth0, u32 bth1, u32 bth2, int middle,

Completed in 26 milliseconds