Searched refs:erdma_qp (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/drivers/infiniband/hw/erdma/ |
D | erdma_verbs.h | 220 struct erdma_qp { struct 277 static inline struct erdma_qp *find_qp_by_qpn(struct erdma_dev *dev, int id) in find_qp_by_qpn() 279 return (struct erdma_qp *)xa_load(&dev->qp_xa, id); in find_qp_by_qpn() 287 void erdma_qp_get(struct erdma_qp *qp); 288 void erdma_qp_put(struct erdma_qp *qp); 289 int erdma_modify_qp_internal(struct erdma_qp *qp, struct erdma_qp_attrs *attrs, 291 void erdma_qp_llp_close(struct erdma_qp *qp); 292 void erdma_qp_cm_drop(struct erdma_qp *qp); 309 static inline struct erdma_qp *to_eqp(struct ib_qp *qp) in to_eqp() 311 return container_of(qp, struct erdma_qp, ibqp); in to_eqp()
|
D | erdma_qp.c | 12 void erdma_qp_llp_close(struct erdma_qp *qp) in erdma_qp_llp_close() 43 struct erdma_qp *qp = find_qp_by_qpn(to_edev(ibdev), id); in erdma_get_ibqp() 51 static int erdma_modify_qp_state_to_rts(struct erdma_qp *qp, in erdma_modify_qp_state_to_rts() 102 static int erdma_modify_qp_state_to_stop(struct erdma_qp *qp, in erdma_modify_qp_state_to_stop() 120 int erdma_modify_qp_internal(struct erdma_qp *qp, struct erdma_qp_attrs *attrs, in erdma_modify_qp_internal() 191 struct erdma_qp *qp = container_of(ref, struct erdma_qp, ref); in erdma_qp_safe_free() 196 void erdma_qp_put(struct erdma_qp *qp) in erdma_qp_put() 202 void erdma_qp_get(struct erdma_qp *qp) in erdma_qp_get() 207 static int fill_inline_data(struct erdma_qp *qp, in fill_inline_data() 254 static int fill_sgl(struct erdma_qp *qp, const struct ib_send_wr *send_wr, in fill_sgl() [all …]
|
D | Makefile | 4 erdma-y := erdma_cm.o erdma_main.o erdma_cmdq.o erdma_cq.o erdma_verbs.o erdma_qp.o erdma_eq.o
|
D | erdma_verbs.c | 39 static int create_qp_cmd(struct erdma_ucontext *uctx, struct erdma_qp *qp) in create_qp_cmd() 432 struct erdma_qp *qp = in erdma_flush_worker() 433 container_of(dwork, struct erdma_qp, reflush_dwork); in erdma_flush_worker() 474 static void free_kernel_qp(struct erdma_qp *qp) in free_kernel_qp() 502 static int init_kernel_qp(struct erdma_dev *dev, struct erdma_qp *qp, in init_kernel_qp() 878 static int init_user_qp(struct erdma_qp *qp, struct erdma_ucontext *uctx, in init_user_qp() 924 static void free_user_qp(struct erdma_qp *qp, struct erdma_ucontext *uctx) in free_user_qp() 934 struct erdma_qp *qp = to_eqp(ibqp); in erdma_create_qp() 1268 struct erdma_qp *qp = to_eqp(ibqp); in erdma_destroy_qp() 1524 struct erdma_qp *qp = to_eqp(ibqp); in erdma_modify_qp() [all …]
|
D | erdma_cm.h | 99 struct erdma_qp *qp;
|
D | erdma_cm.c | 270 void erdma_qp_cm_drop(struct erdma_qp *qp) in erdma_qp_cm_drop() 571 struct erdma_qp *qp = cep->qp; in erdma_proc_mpareply() 858 struct erdma_qp *qp = cep->qp; in erdma_cm_work_handler() 1003 struct erdma_qp *qp; in erdma_connect() 1131 struct erdma_qp *qp; in erdma_accept()
|
D | erdma_cq.c | 116 struct erdma_qp *qp; in erdma_poll_one_cqe()
|
D | erdma_eq.c | 34 struct erdma_qp *qp; in erdma_aeq_event_handler()
|
D | erdma_main.c | 522 INIT_RDMA_OBJ_SIZE(ib_qp, erdma_qp, ibqp),
|