Searched refs:ibpsn (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | tid_rdma.c | 2650 u8 rte, u32 psn, u32 ibpsn) 2667 trace_hfi1_rsp_read_kdeth_eflags(qp, ibpsn); in __must_hold() 2672 if (cmp_psn(ibpsn, qp->s_last_psn) < 0 || in __must_hold() 2673 cmp_psn(ibpsn, qp->s_psn) > 0) in __must_hold() 2681 ack_psn = ibpsn - 1; in __must_hold() 2851 u32 qp_num, psn, ibpsn; in hfi1_handle_kdeth_eflags() local 2914 ibpsn = be32_to_cpu(ohdr->u.tid_rdma.r_rsp.verbs_psn); in hfi1_handle_kdeth_eflags() 2915 ibpsn = mask_psn(ibpsn); in hfi1_handle_kdeth_eflags() 2917 ibpsn); in hfi1_handle_kdeth_eflags() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | tid_rdma.c | 2657 u8 rte, u32 psn, u32 ibpsn) 2674 trace_hfi1_rsp_read_kdeth_eflags(qp, ibpsn); in __must_hold() 2679 if (cmp_psn(ibpsn, qp->s_last_psn) < 0 || in __must_hold() 2680 cmp_psn(ibpsn, qp->s_psn) > 0) in __must_hold() 2688 ack_psn = ibpsn - 1; in __must_hold() 2859 u32 qp_num, psn, ibpsn; in hfi1_handle_kdeth_eflags() local 2922 ibpsn = be32_to_cpu(ohdr->u.tid_rdma.r_rsp.verbs_psn); in hfi1_handle_kdeth_eflags() 2923 ibpsn = mask_psn(ibpsn); in hfi1_handle_kdeth_eflags() 2925 ibpsn); in hfi1_handle_kdeth_eflags() [all...] |
Completed in 9 milliseconds