Searched refs:s_psn (Results 1 – 13 of 13) sorted by relevance
/drivers/infiniband/hw/qib/ |
D | qib_rc.c | 283 if (qib_cmp24(qp->s_psn, qp->s_sending_hpsn) <= 0) { in qib_make_rc_req() 288 qp->s_sending_psn = qp->s_psn; in qib_make_rc_req() 289 qp->s_sending_hpsn = qp->s_psn - 1; in qib_make_rc_req() 333 bth2 = qp->s_psn & QIB_PSN_MASK; in qib_make_rc_req() 500 qp->s_psn = wqe->lpsn + 1; in qib_make_rc_req() 502 qp->s_psn++; in qib_make_rc_req() 503 if (qib_cmp24(qp->s_psn, qp->s_next_psn) > 0) in qib_make_rc_req() 504 qp->s_next_psn = qp->s_psn; in qib_make_rc_req() 518 qp->s_len = restart_sge(&qp->s_sge, wqe, qp->s_psn, pmtu); in qib_make_rc_req() 524 bth2 = qp->s_psn++ & QIB_PSN_MASK; in qib_make_rc_req() [all …]
|
D | qib_qp.c | 385 qp->s_psn = 0; in qib_reset_qp() 760 qp->s_psn = qp->s_next_psn; in qib_modify_qp() 1386 qp->s_psn, qp->s_next_psn, in qib_qp_iter_print()
|
D | qib_uc.c | 98 qp->s_psn = qp->s_next_psn; in qib_make_uc_req()
|
D | qib_verbs.h | 506 u32 s_psn; /* current packet sequence number */ member
|
/drivers/staging/rdma/ipath/ |
D | ipath_rc.c | 66 qp->s_len = restart_sge(&qp->s_sge, wqe, qp->s_psn, in ipath_init_restart() 470 bth2 |= qp->s_psn & IPATH_PSN_MASK; in ipath_make_rc_req() 472 qp->s_psn = wqe->lpsn + 1; in ipath_make_rc_req() 474 qp->s_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() 501 bth2 = qp->s_psn++ & IPATH_PSN_MASK; 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() 537 bth2 = qp->s_psn++ & IPATH_PSN_MASK; in ipath_make_rc_req() [all …]
|
D | ipath_qp.c | 334 qp->s_psn = 0; in ipath_reset_qp() 556 qp->s_psn = qp->s_next_psn = attr->sq_psn; in ipath_modify_qp()
|
D | ipath_uc.c | 97 qp->s_psn = wqe->psn = qp->s_next_psn; in ipath_make_uc_req()
|
D | ipath_verbs.h | 393 u32 s_psn; /* current packet sequence number */ member
|
/drivers/staging/rdma/hfi1/ |
D | rc.c | 315 if (cmp_psn(qp->s_psn, qp->s_sending_hpsn) <= 0) { in hfi1_make_rc_req() 320 qp->s_sending_psn = qp->s_psn; in hfi1_make_rc_req() 321 qp->s_sending_hpsn = qp->s_psn - 1; in hfi1_make_rc_req() 363 bth2 = mask_psn(qp->s_psn); in hfi1_make_rc_req() 528 qp->s_psn = wqe->lpsn + 1; in hfi1_make_rc_req() 530 qp->s_psn++; in hfi1_make_rc_req() 531 if (cmp_psn(qp->s_psn, qp->s_next_psn) > 0) in hfi1_make_rc_req() 532 qp->s_next_psn = qp->s_psn; in hfi1_make_rc_req() 546 qp->s_len = restart_sge(&qp->s_sge, wqe, qp->s_psn, pmtu); in hfi1_make_rc_req() 552 bth2 = mask_psn(qp->s_psn++); in hfi1_make_rc_req() [all …]
|
D | trace.h | 1263 __field(u32, s_psn) 1274 __entry->s_psn = qp->s_psn; 1286 __entry->s_psn,
|
D | qp.c | 369 qp->s_psn = 0; in reset_qp() 779 qp->s_psn = qp->s_next_psn; in hfi1_modify_qp() 1661 qp->s_psn, qp->s_next_psn, in qp_iter_print()
|
D | uc.c | 116 qp->s_psn = qp->s_next_psn; in hfi1_make_uc_req()
|
D | verbs.h | 515 u32 s_psn; /* current packet sequence number */ member
|