Home
last modified time | relevance | path

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

/drivers/infiniband/hw/hfi1/
Dtid_rdma.h246 u32 *bth1, u32 *bth2, u32 *len);
249 u32 *bth2, u32 *len);
253 u32 *bth1, u32 *bth2, u32 *len, bool *last);
259 u32 *bth2);
276 u32 *bth1, u32 *bth2, u32 *len);
282 u32 bth2, u32 *len,
291 u32 *bth1, u32 *bth2, u32 *len);
297 u32 *bth1, u32 *bth2);
306 u32 *bth2, u16 fidx);
Druc.c251 u32 bth0, u32 bth1, u32 bth2) in hfi1_make_ruc_bth() argument
255 ohdr->bth[2] = cpu_to_be32(bth2); in hfi1_make_ruc_bth()
274 u32 bth0, u32 bth1, u32 bth2, in hfi1_make_ruc_header_16B() argument
323 build_ahg(qp, bth2); in hfi1_make_ruc_header_16B()
329 hfi1_make_ruc_bth(qp, ohdr, bth0, bth1, bth2); in hfi1_make_ruc_header_16B()
362 u32 bth0, u32 bth1, u32 bth2, in hfi1_make_ruc_header_9B() argument
400 build_ahg(qp, bth2); in hfi1_make_ruc_header_9B()
406 hfi1_make_ruc_bth(qp, ohdr, bth0, bth1, bth2); in hfi1_make_ruc_header_9B()
417 u32 bth0, u32 bth1, u32 bth2, int middle,
427 u32 bth0, u32 bth1, u32 bth2, int middle, in hfi1_make_ruc_header() argument
[all …]
Drc.c116 u32 bth0 = 0, bth2 = 0; in make_rc_ack() local
213 bth2 = mask_psn(qp->s_ack_rdma_psn++); in make_rc_ack()
261 bth2 = mask_psn(e->psn); in make_rc_ack()
288 bth2 = mask_psn(qp->s_ack_rdma_psn++); in make_rc_ack()
327 bth2 = mask_psn(qp->s_ack_rdma_psn); in make_rc_ack()
329 bth2, &len, in make_rc_ack()
352 &bth1, &bth2, &len, in make_rc_ack()
389 bth2 = mask_psn(qp->s_ack_psn); in make_rc_ack()
398 hfi1_make_ruc_header(qp, ohdr, bth0, bth1, bth2, middle, ps); in make_rc_ack()
441 u32 bth0 = 0, bth2 = 0; in hfi1_make_rc_req() local
[all …]
Dtid_rdma.c1698 u32 *bth2, u32 *len) in hfi1_build_tid_rdma_read_packet() argument
1711 *bth2 = mask_psn(flow->flow_state.ib_spsn + flow->pkt); in hfi1_build_tid_rdma_read_packet()
1758 *bth2 |= IB_BTH_REQ_ACK; in hfi1_build_tid_rdma_read_packet()
1782 u32 *bth2, u32 *len) in hfi1_build_tid_rdma_read_req() argument
1872 hdwords = hfi1_build_tid_rdma_read_packet(wqe, ohdr, bth1, bth2, len); in hfi1_build_tid_rdma_read_req()
2339 u32 *bth1, u32 *bth2, u32 *len, bool *last) in hfi1_build_tid_rdma_read_resp() argument
2384 *bth2 = mask_psn(((flow->flow_state.spsn + flow->pkt++) & in hfi1_build_tid_rdma_read_resp()
3038 u32 *bth2) in hfi1_tid_rdma_restart_req() argument
3048 *bth2 = mask_psn(qp->s_psn); in hfi1_tid_rdma_restart_req()
3049 flow = find_flow_ib(req, *bth2, &fidx); in hfi1_tid_rdma_restart_req()
[all …]
Dtrace_tx.h522 __field(u32, bth2)
550 __entry->bth2 = be32_to_cpu(bth[2]);
573 __entry->bth2,
Dverbs.h445 u32 bth0, u32 bth1, u32 bth2, int middle,
/drivers/infiniband/hw/qib/
Dqib_rc.c69 u32 bth2; in qib_make_rc_ack() local
135 bth2 = qp->s_ack_rdma_psn++ & QIB_PSN_MASK; in qib_make_rc_ack()
144 bth2 = e->psn & QIB_PSN_MASK; in qib_make_rc_ack()
169 bth2 = qp->s_ack_rdma_psn++ & QIB_PSN_MASK; in qib_make_rc_ack()
193 bth2 = qp->s_ack_psn & QIB_PSN_MASK; in qib_make_rc_ack()
198 qib_make_ruc_header(qp, ohdr, bth0, bth2); in qib_make_rc_ack()
225 u32 bth2; in qib_make_rc_req() local
311 bth2 = qp->s_psn & QIB_PSN_MASK; in qib_make_rc_req()
333 bth2 |= IB_BTH_REQ_ACK; in qib_make_rc_req()
369 bth2 |= IB_BTH_REQ_ACK; in qib_make_rc_req()
[all …]
Dqib_ruc.c207 u32 bth0, u32 bth2) in qib_make_ruc_header() argument
242 ohdr->bth[2] = cpu_to_be32(bth2); in qib_make_ruc_header()
Dqib_verbs.h326 u32 bth0, u32 bth2);