/drivers/infiniband/hw/hfi1/ |
D | tid_rdma.h | 246 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);
|
D | ruc.c | 251 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 …]
|
D | rc.c | 116 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 …]
|
D | tid_rdma.c | 1698 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 …]
|
D | trace_tx.h | 522 __field(u32, bth2) 550 __entry->bth2 = be32_to_cpu(bth[2]); 573 __entry->bth2,
|
D | verbs.h | 445 u32 bth0, u32 bth1, u32 bth2, int middle,
|
/drivers/infiniband/hw/qib/ |
D | qib_rc.c | 69 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 …]
|
D | qib_ruc.c | 207 u32 bth0, u32 bth2) in qib_make_ruc_header() argument 242 ohdr->bth[2] = cpu_to_be32(bth2); in qib_make_ruc_header()
|
D | qib_verbs.h | 326 u32 bth0, u32 bth2);
|