Searched refs:pvrdma_cq (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/infiniband/hw/vmw_pvrdma/ |
D | pvrdma_cq.c | 67 struct pvrdma_cq *cq = to_vcq(ibcq); in pvrdma_req_notify_cq() 107 struct pvrdma_cq *cq = to_vcq(ibcq); in pvrdma_create_cq() 225 static void pvrdma_free_cq(struct pvrdma_dev *dev, struct pvrdma_cq *cq) in pvrdma_free_cq() 243 struct pvrdma_cq *vcq = to_vcq(cq); in pvrdma_destroy_cq() 270 static inline struct pvrdma_cqe *get_cqe(struct pvrdma_cq *cq, int i) in get_cqe() 278 void _pvrdma_flush_cqe(struct pvrdma_qp *qp, struct pvrdma_cq *cq) in _pvrdma_flush_cqe() 322 static int pvrdma_poll_one(struct pvrdma_cq *cq, struct pvrdma_qp **cur_qp, in pvrdma_poll_one() 388 struct pvrdma_cq *cq = to_vcq(ibcq); in pvrdma_poll_cq()
|
D | pvrdma.h | 86 struct pvrdma_cq { struct 228 struct pvrdma_cq **cq_tbl; 274 static inline struct pvrdma_cq *to_vcq(struct ib_cq *ibcq) in to_vcq() 276 return container_of(ibcq, struct pvrdma_cq, ibcq); in to_vcq() 538 void _pvrdma_flush_cqe(struct pvrdma_qp *qp, struct pvrdma_cq *cq);
|
D | Makefile | 4 vmw_pvrdma-y := pvrdma_cmd.o pvrdma_cq.o pvrdma_doorbell.o pvrdma_main.o pvrdma_misc.o pvrdma_mr.o …
|
D | pvrdma_qp.c | 58 static inline void get_cqs(struct pvrdma_qp *qp, struct pvrdma_cq **send_cq, in get_cqs() 59 struct pvrdma_cq **recv_cq) in get_cqs() 65 static void pvrdma_lock_cqs(struct pvrdma_cq *scq, struct pvrdma_cq *rcq, in pvrdma_lock_cqs() 84 static void pvrdma_unlock_cqs(struct pvrdma_cq *scq, struct pvrdma_cq *rcq, in pvrdma_unlock_cqs() 103 struct pvrdma_cq *scq, *rcq; in pvrdma_reset_qp() 453 struct pvrdma_cq *scq; in pvrdma_free_qp() 454 struct pvrdma_cq *rcq; in pvrdma_free_qp()
|
D | pvrdma_main.c | 186 INIT_RDMA_OBJ_SIZE(ib_cq, pvrdma_cq, ibcq), 219 dev->cq_tbl = kcalloc(dev->dsr->caps.max_cq, sizeof(struct pvrdma_cq *), in pvrdma_register_device() 312 struct pvrdma_cq *cq; in pvrdma_cq_event() 483 struct pvrdma_cq *cq; in pvrdma_intrx_handler()
|