Searched refs:rvt_ack_entry (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
D | tid_rdma.h | 102 struct rvt_ack_entry *ack; 251 u32 hfi1_build_tid_rdma_read_resp(struct rvt_qp *qp, struct rvt_ack_entry *e, 280 u32 hfi1_build_tid_rdma_write_resp(struct rvt_qp *qp, struct rvt_ack_entry *e, 295 u32 hfi1_build_tid_rdma_write_ack(struct rvt_qp *qp, struct rvt_ack_entry *e, 317 bool hfi1_tid_rdma_ack_interlock(struct rvt_qp *qp, struct rvt_ack_entry *e);
|
D | rc.h | 44 static inline void release_rdma_sge_mr(struct rvt_ack_entry *e) in release_rdma_sge_mr() 52 struct rvt_ack_entry *find_prev_entry(struct rvt_qp *qp, u32 psn, u8 *prev,
|
D | opfn.h | 78 void opfn_conn_response(struct rvt_qp *qp, struct rvt_ack_entry *e,
|
D | tid_rdma.c | 1883 struct rvt_ack_entry *e, in tid_rdma_rcv_read_request() 1986 struct rvt_ack_entry *e; in tid_rdma_rcv_error() 2227 struct rvt_ack_entry *e; in hfi1_rc_rcv_tid_rdma_read_req() 2337 u32 hfi1_build_tid_rdma_read_resp(struct rvt_qp *qp, struct rvt_ack_entry *e, in hfi1_build_tid_rdma_read_resp() 2856 struct rvt_ack_entry *e; in hfi1_handle_kdeth_eflags() 3186 struct rvt_ack_entry *e = &qp->s_ack_queue[i]; in hfi1_qp_kern_exp_rcv_clear_all() 3458 struct rvt_ack_entry *e; in hfi1_tid_write_alloc_resources() 3651 struct rvt_ack_entry *e; in hfi1_rc_rcv_tid_rdma_write_req() 3823 u32 hfi1_build_tid_rdma_write_resp(struct rvt_qp *qp, struct rvt_ack_entry *e, in hfi1_build_tid_rdma_write_resp() 4263 struct rvt_ack_entry *e; in hfi1_rc_rcv_tid_rdma_write_data() [all …]
|
D | opfn.c | 135 void opfn_conn_response(struct rvt_qp *qp, struct rvt_ack_entry *e, in opfn_conn_response()
|
D | verbs.h | 380 static inline struct tid_rdma_request *ack_to_tid_req(struct rvt_ack_entry *e) in ack_to_tid_req()
|
D | rc.c | 58 struct rvt_ack_entry *find_prev_entry(struct rvt_qp *qp, u32 psn, u8 *prev, in find_prev_entry() 62 struct rvt_ack_entry *e = NULL; in find_prev_entry() 113 struct rvt_ack_entry *e; in make_rc_ack() 2556 struct rvt_ack_entry *e; in rc_rcv_error() 3057 struct rvt_ack_entry *e; in hfi1_rc_rcv() 3130 struct rvt_ack_entry *e; in hfi1_rc_rcv()
|
D | qp.c | 646 struct rvt_ack_entry *e = NULL; in qp_iter_print()
|
/kernel/linux/linux-5.10/include/rdma/ |
D | rdmavt_qp.h | 289 struct rvt_ack_entry { struct 374 struct rvt_ack_entry *s_ack_queue;
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
D | qib_rc.c | 65 struct rvt_ack_entry *e; in qib_make_rc_ack() 1499 struct rvt_ack_entry *e; in qib_rc_rcv_error() 1937 struct rvt_ack_entry *e; in qib_rc_rcv() 2006 struct rvt_ack_entry *e; in qib_rc_rcv()
|
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/ |
D | qp.c | 645 struct rvt_ack_entry *e = &qp->s_ack_queue[n]; in rvt_clear_mr_refs() 709 struct rvt_ack_entry *e = &qp->s_ack_queue[i]; in rvt_qp_acks_has_lkey()
|