Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
Dtid_rdma.c1517 flow->flow_state.r_next_psn = in hfi1_kern_exp_rcv_setup()
2472 if (cmp_psn(kpsn, flow->flow_state.r_next_psn)) in hfi1_rc_rcv_tid_rdma_read_resp()
2474 flow->flow_state.r_next_psn = mask_psn(kpsn + 1); in hfi1_rc_rcv_tid_rdma_read_resp()
2505 flow->flow_state.r_next_psn = mask_psn(kpsn + 1); in hfi1_rc_rcv_tid_rdma_read_resp()
2755 flow->flow_state.r_next_psn); in handle_read_kdeth_eflags()
2786 flow->flow_state.r_next_psn = in handle_read_kdeth_eflags()
2793 flow->flow_state.r_next_psn = last_psn; in handle_read_kdeth_eflags()
2951 flow->flow_state.r_next_psn = in hfi1_handle_kdeth_eflags()
2955 flow->flow_state.r_next_psn; in hfi1_handle_kdeth_eflags()
2967 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,