Searched refs:rvt_ack_entry (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/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 | 1890 struct rvt_ack_entry *e, in tid_rdma_rcv_read_request() 1993 struct rvt_ack_entry *e; in tid_rdma_rcv_error() 2234 struct rvt_ack_entry *e; in hfi1_rc_rcv_tid_rdma_read_req() 2344 u32 hfi1_build_tid_rdma_read_resp(struct rvt_qp *qp, struct rvt_ack_entry *e, in hfi1_build_tid_rdma_read_resp() 2864 struct rvt_ack_entry *e; in hfi1_handle_kdeth_eflags() 3195 struct rvt_ack_entry *e = &qp->s_ack_queue[i]; in hfi1_qp_kern_exp_rcv_clear_all() 3470 struct rvt_ack_entry *e; in hfi1_tid_write_alloc_resources() 3663 struct rvt_ack_entry *e; in hfi1_rc_rcv_tid_rdma_write_req() 3835 u32 hfi1_build_tid_rdma_write_resp(struct rvt_qp *qp, struct rvt_ack_entry *e, in hfi1_build_tid_rdma_write_resp() 4275 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 | 338 static inline struct tid_rdma_request *ack_to_tid_req(struct rvt_ack_entry *e) in ack_to_tid_req()
|
D | rc.c | 16 struct rvt_ack_entry *find_prev_entry(struct rvt_qp *qp, u32 psn, u8 *prev, in find_prev_entry() 20 struct rvt_ack_entry *e = NULL; in find_prev_entry() 71 struct rvt_ack_entry *e; in make_rc_ack() 2515 struct rvt_ack_entry *e; in rc_rcv_error() 3016 struct rvt_ack_entry *e; in hfi1_rc_rcv() 3089 struct rvt_ack_entry *e; in hfi1_rc_rcv()
|
D | qp.c | 605 struct rvt_ack_entry *e = NULL; in qp_iter_print()
|
/linux-6.6.21/include/rdma/ |
D | rdmavt_qp.h | 289 struct rvt_ack_entry { struct 374 struct rvt_ack_entry *s_ack_queue;
|
/linux-6.6.21/drivers/infiniband/hw/qib/ |
D | qib_rc.c | 65 struct rvt_ack_entry *e; in qib_make_rc_ack() 1502 struct rvt_ack_entry *e; in qib_rc_rcv_error() 1940 struct rvt_ack_entry *e; in qib_rc_rcv() 2009 struct rvt_ack_entry *e; in qib_rc_rcv()
|
/linux-6.6.21/drivers/infiniband/sw/rdmavt/ |
D | qp.c | 605 struct rvt_ack_entry *e = &qp->s_ack_queue[n]; in rvt_clear_mr_refs() 669 struct rvt_ack_entry *e = &qp->s_ack_queue[i]; in rvt_qp_acks_has_lkey()
|