Home
last modified time | relevance | path

Searched refs:r_next_psn (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/infiniband/hw/hfi1/
Dtid_rdma.c1524 flow->flow_state.r_next_psn = in hfi1_kern_exp_rcv_setup()
2479 if (cmp_psn(kpsn, flow->flow_state.r_next_psn)) in hfi1_rc_rcv_tid_rdma_read_resp()
2481 flow->flow_state.r_next_psn = mask_psn(kpsn + 1); in hfi1_rc_rcv_tid_rdma_read_resp()
2512 flow->flow_state.r_next_psn = mask_psn(kpsn + 1); in hfi1_rc_rcv_tid_rdma_read_resp()
2762 flow->flow_state.r_next_psn); in handle_read_kdeth_eflags()
2793 flow->flow_state.r_next_psn = in handle_read_kdeth_eflags()
2800 flow->flow_state.r_next_psn = last_psn; in handle_read_kdeth_eflags()
2959 flow->flow_state.r_next_psn = in hfi1_handle_kdeth_eflags()
2963 flow->flow_state.r_next_psn; in hfi1_handle_kdeth_eflags()
2975 flow->flow_state.r_next_psn); in hfi1_handle_kdeth_eflags()
[all …]
Dtid_rdma.h143 u32 r_next_psn; /* next PSN to be received (in TID space) */ member
Dtrace_tid.h502 __field(u32, r_next_psn)
524 __entry->r_next_psn = flow->flow_state.r_next_psn;
545 __entry->r_next_psn,