Searched refs:s_psn (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/infiniband/sw/rdmavt/ |
H A D | trace_rc.h | 25 __field(u32, s_psn) 36 __entry->s_psn = qp->s_psn; 43 "[%s] qpn 0x%x s_flags 0x%x psn 0x%x s_psn 0x%x s_next_psn 0x%x s_sending_psn 0x%x sending_hpsn 0x%x r_psn 0x%x", 48 __entry->s_psn,
|
H A D | qp.c | 837 qp->s_psn = 0; in rvt_init_qp() 1571 qp->s_psn = qp->s_next_psn; in rvt_modify_qp()
|
/linux/drivers/infiniband/hw/hfi1/ |
H A D | trace_rc.h | 25 __field(u32, s_psn) 36 __entry->s_psn = qp->s_psn; 43 "[%s] qpn 0x%x s_flags 0x%x psn 0x%x s_psn 0x%x s_next_psn 0x%x s_sending_psn 0x%x sending_hpsn 0x%x r_psn 0x%x", 48 __entry->s_psn,
|
H A 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...] |
H A 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()
|
H A D | trace_tid.h | 48 "s_head %u s_acked %u s_last %u s_psn 0x%x " \ 879 __field(u32, s_psn) 897 __entry->s_psn = qp->s_psn; 917 __entry->s_psn,
|
H A D | qp.c | 631 qp->s_psn, qp->s_next_psn, in qp_iter_print()
|
H A 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/include/rdma/ |
H A D | rdmavt_qp.h | 416 u32 s_psn; /* current packet sequence number */ member
|