Searched refs:s_psn (Results 1 – 12 of 12) sorted by relevance
/linux-5.19.10/drivers/infiniband/sw/rdmavt/ |
D | trace_rc.h | 25 __field(u32, s_psn) 36 __entry->s_psn = qp->s_psn; 48 __entry->s_psn,
|
D | qp.c | 839 qp->s_psn = 0; in rvt_init_qp() 1574 qp->s_psn = qp->s_next_psn; in rvt_modify_qp()
|
/linux-5.19.10/drivers/infiniband/hw/hfi1/ |
D | trace_rc.h | 25 __field(u32, s_psn) 36 __entry->s_psn = qp->s_psn; 48 __entry->s_psn,
|
D | rc.c | 459 if (cmp_psn(qp->s_psn, qp->s_sending_hpsn) <= 0) { in hfi1_make_rc_req() 464 qp->s_sending_psn = qp->s_psn; in hfi1_make_rc_req() 465 qp->s_sending_hpsn = qp->s_psn - 1; in hfi1_make_rc_req() 533 qp->s_psn = wqe->psn; in hfi1_make_rc_req() 542 bth2 = mask_psn(qp->s_psn); in hfi1_make_rc_req() 765 delta = cmp_psn(qp->s_psn, wqe->psn); in hfi1_make_rc_req() 810 req->s_next_psn = qp->s_psn; in hfi1_make_rc_req() 889 qp->s_psn = wqe->lpsn + 1; in hfi1_make_rc_req() 891 qp->s_psn = req->s_next_psn; in hfi1_make_rc_req() 893 qp->s_psn++; in hfi1_make_rc_req() [all …]
|
D | uc.c | 111 qp->s_psn = wqe->psn; in hfi1_make_uc_req() 233 qp->remote_qpn, mask_psn(qp->s_psn++), in hfi1_make_uc_req()
|
D | trace_tid.h | 879 __field(u32, s_psn) 897 __entry->s_psn = qp->s_psn; 917 __entry->s_psn,
|
D | qp.c | 631 qp->s_psn, qp->s_next_psn, in qp_iter_print()
|
D | tid_rdma.c | 2680 cmp_psn(ibpsn, qp->s_psn) > 0) in handle_read_kdeth_eflags() 3057 *bth2 = mask_psn(qp->s_psn); in hfi1_tid_rdma_restart_req()
|
/linux-5.19.10/drivers/infiniband/hw/qib/ |
D | qib_rc.c | 262 if (qib_cmp24(qp->s_psn, qp->s_sending_hpsn) <= 0) { in qib_make_rc_req() 267 qp->s_sending_psn = qp->s_psn; in qib_make_rc_req() 268 qp->s_sending_hpsn = qp->s_psn - 1; in qib_make_rc_req() 303 qp->s_psn = wqe->psn; in qib_make_rc_req() 312 bth2 = qp->s_psn & QIB_PSN_MASK; in qib_make_rc_req() 459 qp->s_psn = wqe->lpsn + 1; in qib_make_rc_req() 461 qp->s_psn++; in qib_make_rc_req() 474 qp->s_len = restart_sge(&qp->s_sge, wqe, qp->s_psn, pmtu); in qib_make_rc_req() 480 bth2 = qp->s_psn++ & QIB_PSN_MASK; in qib_make_rc_req() 513 qp->s_len = restart_sge(&qp->s_sge, wqe, qp->s_psn, pmtu); in qib_make_rc_req() [all …]
|
D | qib_uc.c | 98 qp->s_psn = wqe->psn; in qib_make_uc_req() 217 qp->s_psn++ & QIB_PSN_MASK); in qib_make_uc_req()
|
D | qib_qp.c | 446 qp->s_psn, qp->s_next_psn, in qib_qp_iter_print()
|
/linux-5.19.10/include/rdma/ |
D | rdmavt_qp.h | 415 u32 s_psn; /* current packet sequence number */ member
|