Searched refs:s_psn (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/infiniband/sw/rdmavt/ |
D | trace_rc.h | 67 __field(u32, s_psn) 78 __entry->s_psn = qp->s_psn; 90 __entry->s_psn,
|
D | qp.c | 652 qp->s_psn = 0; in rvt_init_qp() 1327 qp->s_psn = qp->s_next_psn; in rvt_modify_qp()
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | trace_rc.h | 66 __field(u32, s_psn) 77 __entry->s_psn = qp->s_psn; 89 __entry->s_psn,
|
D | rc.c | 321 if (cmp_psn(qp->s_psn, qp->s_sending_hpsn) <= 0) { in hfi1_make_rc_req() 326 qp->s_sending_psn = qp->s_psn; in hfi1_make_rc_req() 327 qp->s_sending_hpsn = qp->s_psn - 1; in hfi1_make_rc_req() 390 qp->s_psn = wqe->psn; in hfi1_make_rc_req() 399 bth2 = mask_psn(qp->s_psn); in hfi1_make_rc_req() 560 qp->s_psn = wqe->lpsn + 1; in hfi1_make_rc_req() 562 qp->s_psn++; in hfi1_make_rc_req() 575 qp->s_len = restart_sge(&qp->s_sge, wqe, qp->s_psn, pmtu); in hfi1_make_rc_req() 581 bth2 = mask_psn(qp->s_psn++); in hfi1_make_rc_req() 620 qp->s_len = restart_sge(&qp->s_sge, wqe, qp->s_psn, pmtu); in hfi1_make_rc_req() [all …]
|
D | uc.c | 152 qp->s_psn = wqe->psn; in hfi1_make_uc_req() 274 mask_psn(qp->s_psn++), middle, ps); in hfi1_make_uc_req()
|
D | qp.c | 583 qp->s_psn, qp->s_next_psn, in qp_iter_print()
|
/Linux-v4.19/drivers/infiniband/hw/qib/ |
D | qib_rc.c | 266 if (qib_cmp24(qp->s_psn, qp->s_sending_hpsn) <= 0) { in qib_make_rc_req() 271 qp->s_sending_psn = qp->s_psn; in qib_make_rc_req() 272 qp->s_sending_hpsn = qp->s_psn - 1; in qib_make_rc_req() 307 qp->s_psn = wqe->psn; in qib_make_rc_req() 316 bth2 = qp->s_psn & QIB_PSN_MASK; in qib_make_rc_req() 469 qp->s_psn = wqe->lpsn + 1; in qib_make_rc_req() 471 qp->s_psn++; in qib_make_rc_req() 484 qp->s_len = restart_sge(&qp->s_sge, wqe, qp->s_psn, pmtu); in qib_make_rc_req() 490 bth2 = qp->s_psn++ & QIB_PSN_MASK; in qib_make_rc_req() 523 qp->s_len = restart_sge(&qp->s_sge, wqe, qp->s_psn, pmtu); in qib_make_rc_req() [all …]
|
D | qib_uc.c | 97 qp->s_psn = wqe->psn; in qib_make_uc_req() 216 qp->s_psn++ & QIB_PSN_MASK); in qib_make_uc_req()
|
D | qib_qp.c | 449 qp->s_psn, qp->s_next_psn, in qib_qp_iter_print()
|
/Linux-v4.19/include/rdma/ |
D | rdmavt_qp.h | 355 u32 s_psn; /* current packet sequence number */ member
|