Home
last modified time | relevance | path

Searched refs:s_next_psn (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_rc.c299 wqe->psn = qp->s_next_psn; in ipath_make_rc_req()
400 qp->s_next_psn += (len - 1) / pmtu; in ipath_make_rc_req()
401 wqe->lpsn = qp->s_next_psn++; in ipath_make_rc_req()
475 if (ipath_cmp24(qp->s_psn, qp->s_next_psn) > 0) in ipath_make_rc_req()
476 qp->s_next_psn = qp->s_psn; in ipath_make_rc_req()
502 if (ipath_cmp24(qp->s_psn, qp->s_next_psn) > 0) in ipath_make_rc_req()
503 qp->s_next_psn = qp->s_psn; in ipath_make_rc_req()
538 if (ipath_cmp24(qp->s_psn, qp->s_next_psn) > 0) in ipath_make_rc_req()
539 qp->s_next_psn = qp->s_psn; in ipath_make_rc_req()
1140 if (ipath_cmp24(psn, qp->s_next_psn) >= 0) in ipath_rc_rcv_resp()
Dipath_uc.c97 qp->s_psn = wqe->psn = qp->s_next_psn; in ipath_make_uc_req()
215 qp->s_next_psn++ & IPATH_PSN_MASK); in ipath_make_uc_req()
Dipath_qp.c557 qp->s_psn = qp->s_next_psn = attr->sq_psn; in ipath_modify_qp()
558 qp->s_last_psn = qp->s_next_psn - 1; in ipath_modify_qp()
632 attr->sq_psn = qp->s_next_psn; in ipath_query_qp()
Dipath_ud.c376 ohdr->bth[2] = cpu_to_be32(qp->s_next_psn++ & IPATH_PSN_MASK); in ipath_make_ud_req()
Dipath_verbs.h385 u32 s_next_psn; /* PSN for next request */ member
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_qp.c381 qp->s_next_psn = 0; in qib_reset_qp()
759 qp->s_next_psn = attr->sq_psn & QIB_PSN_MASK; in qib_modify_qp()
760 qp->s_psn = qp->s_next_psn; in qib_modify_qp()
761 qp->s_sending_psn = qp->s_next_psn; in qib_modify_qp()
762 qp->s_last_psn = qp->s_next_psn - 1; in qib_modify_qp()
866 attr->sq_psn = qp->s_next_psn & QIB_PSN_MASK; in qib_query_qp()
1386 qp->s_psn, qp->s_next_psn, in qib_qp_iter_print()
Dqib_uc.c97 wqe->psn = qp->s_next_psn; in qib_make_uc_req()
98 qp->s_psn = qp->s_next_psn; in qib_make_uc_req()
217 qp->s_next_psn++ & QIB_PSN_MASK); in qib_make_uc_req()
Dqib_rc.c323 wqe->psn = qp->s_next_psn; in qib_make_rc_req()
424 qp->s_next_psn += (len - 1) / pmtu; in qib_make_rc_req()
425 wqe->lpsn = qp->s_next_psn++; in qib_make_rc_req()
501 if (qib_cmp24(qp->s_psn, qp->s_next_psn) > 0) in qib_make_rc_req()
502 qp->s_next_psn = qp->s_psn; in qib_make_rc_req()
523 if (qib_cmp24(qp->s_psn, qp->s_next_psn) > 0) in qib_make_rc_req()
524 qp->s_next_psn = qp->s_psn; in qib_make_rc_req()
564 if (qib_cmp24(qp->s_psn, qp->s_next_psn) > 0) in qib_make_rc_req()
565 qp->s_next_psn = qp->s_psn; in qib_make_rc_req()
1442 if (qib_cmp24(psn, qp->s_next_psn) >= 0) in qib_rc_rcv_resp()
Dqib_ud.c375 ohdr->bth[2] = cpu_to_be32(qp->s_next_psn++ & QIB_PSN_MASK); in qib_make_ud_req()
Dqib_verbs.h494 u32 s_next_psn; /* PSN for next request */ member