Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_rc.c84 u32 bth2; in qib_make_rc_ack() local
150 bth2 = qp->s_ack_rdma_psn++ & QIB_PSN_MASK; in qib_make_rc_ack()
162 bth2 = e->psn & QIB_PSN_MASK; in qib_make_rc_ack()
187 bth2 = qp->s_ack_rdma_psn++ & QIB_PSN_MASK; in qib_make_rc_ack()
211 bth2 = qp->s_ack_psn & QIB_PSN_MASK; in qib_make_rc_ack()
216 qib_make_ruc_header(qp, ohdr, bth0, bth2); in qib_make_rc_ack()
240 u32 bth2; in qib_make_rc_req() local
333 bth2 = qp->s_psn & QIB_PSN_MASK; in qib_make_rc_req()
360 bth2 |= IB_BTH_REQ_ACK; in qib_make_rc_req()
400 bth2 |= IB_BTH_REQ_ACK; in qib_make_rc_req()
[all …]
Dqib_ruc.c675 u32 bth0, u32 bth2) in qib_make_ruc_header() argument
705 ohdr->bth[2] = cpu_to_be32(bth2); in qib_make_ruc_header()
Dqib_verbs.h1098 u32 bth0, u32 bth2);
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_rc.c93 u32 bth2; in ipath_make_rc_ack() local
140 bth2 = qp->s_ack_rdma_psn++ & IPATH_PSN_MASK; in ipath_make_rc_ack()
152 bth2 = e->psn; in ipath_make_rc_ack()
172 bth2 = qp->s_ack_rdma_psn++ & IPATH_PSN_MASK; in ipath_make_rc_ack()
196 bth2 = qp->s_ack_psn & IPATH_PSN_MASK; in ipath_make_rc_ack()
200 ipath_make_ruc_header(dev, qp, ohdr, bth0, bth2); in ipath_make_rc_ack()
222 u32 bth2; in ipath_make_rc_req() local
309 bth2 = 0; in ipath_make_rc_req()
336 bth2 = 1 << 31; /* Request ACK. */ in ipath_make_rc_req()
376 bth2 = 1 << 31; /* Request ACK. */ in ipath_make_rc_req()
[all …]
Dipath_ruc.c602 u32 bth0, u32 bth2) in ipath_make_ruc_header() argument
628 ohdr->bth[2] = cpu_to_be32(bth2); in ipath_make_ruc_header()
Dipath_verbs.h867 u32 bth0, u32 bth2);