Home
last modified time | relevance | path

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

/linux-6.1.9/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.c209 u32 bth0, u32 bth1, u32 bth2) in hfi1_make_ruc_bth() argument
213 ohdr->bth[2] = cpu_to_be32(bth2); in hfi1_make_ruc_bth()
233 u32 bth0, u32 bth1, u32 bth2, in hfi1_make_ruc_header_16B() argument
282 build_ahg(qp, bth2); 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
360 build_ahg(qp, bth2); in hfi1_make_ruc_header_9B()
366 hfi1_make_ruc_bth(qp, ohdr, bth0, bth1, bth2); in hfi1_make_ruc_header_9B()
377 u32 bth0, u32 bth1, u32 bth2, int middle,
387 u32 bth0, u32 bth1, u32 bth2, int middle, in hfi1_make_ruc_header() argument
[all …]
Drc.c74 u32 bth0 = 0, bth2 = 0; in make_rc_ack() local
171 bth2 = mask_psn(qp->s_ack_rdma_psn++); in make_rc_ack()
219 bth2 = mask_psn(e->psn); in make_rc_ack()
246 bth2 = mask_psn(qp->s_ack_rdma_psn++); in make_rc_ack()
285 bth2 = mask_psn(qp->s_ack_rdma_psn); in make_rc_ack()
287 bth2, &len, in make_rc_ack()
310 &bth1, &bth2, &len, in make_rc_ack()
347 bth2 = mask_psn(qp->s_ack_psn); 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
[all …]
Dtid_rdma.c1705 u32 *bth2, u32 *len) in hfi1_build_tid_rdma_read_packet() argument
1718 *bth2 = mask_psn(flow->flow_state.ib_spsn + flow->pkt); in hfi1_build_tid_rdma_read_packet()
1765 *bth2 |= IB_BTH_REQ_ACK; in hfi1_build_tid_rdma_read_packet()
1789 u32 *bth2, u32 *len) in hfi1_build_tid_rdma_read_req() argument
1879 hdwords = hfi1_build_tid_rdma_read_packet(wqe, ohdr, bth1, bth2, len); in hfi1_build_tid_rdma_read_req()
2346 u32 *bth1, u32 *bth2, u32 *len, bool *last) in hfi1_build_tid_rdma_read_resp() argument
2391 *bth2 = mask_psn(((flow->flow_state.spsn + flow->pkt++) & in hfi1_build_tid_rdma_read_resp()
3047 u32 *bth2) in hfi1_tid_rdma_restart_req() argument
3057 *bth2 = mask_psn(qp->s_psn); in hfi1_tid_rdma_restart_req()
3058 flow = find_flow_ib(req, *bth2, &fidx); in hfi1_tid_rdma_restart_req()
[all …]
Dverbs.h400 u32 bth0, u32 bth1, u32 bth2, int middle,
Dtrace_tx.h480 __field(u32, bth2)
508 __entry->bth2 = be32_to_cpu(bth[2]);
531 __entry->bth2,
/linux-6.1.9/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()
226 u32 bth2; in qib_make_rc_req() local
312 bth2 = qp->s_psn & QIB_PSN_MASK; in qib_make_rc_req()
334 bth2 |= IB_BTH_REQ_ACK; in qib_make_rc_req()
370 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);