Searched refs:pvrdma_cq (Results 1 – 5 of 5) sorted by relevance
/drivers/infiniband/hw/vmw_pvrdma/ |
D | pvrdma_cq.c | 66 struct pvrdma_cq *cq = to_vcq(ibcq); in pvrdma_req_notify_cq() 109 struct pvrdma_cq *cq; in pvrdma_create_cq() 233 static void pvrdma_free_cq(struct pvrdma_dev *dev, struct pvrdma_cq *cq) in pvrdma_free_cq() 253 struct pvrdma_cq *vcq = to_vcq(cq); in pvrdma_destroy_cq() 294 static inline struct pvrdma_cqe *get_cqe(struct pvrdma_cq *cq, int i) in get_cqe() 302 void _pvrdma_flush_cqe(struct pvrdma_qp *qp, struct pvrdma_cq *cq) in _pvrdma_flush_cqe() 346 static int pvrdma_poll_one(struct pvrdma_cq *cq, struct pvrdma_qp **cur_qp, in pvrdma_poll_one() 412 struct pvrdma_cq *cq = to_vcq(ibcq); in pvrdma_poll_cq()
|
D | pvrdma.h | 86 struct pvrdma_cq { struct 211 struct pvrdma_cq **cq_tbl; 254 static inline struct pvrdma_cq *to_vcq(struct ib_cq *ibcq) in to_vcq() 256 return container_of(ibcq, struct pvrdma_cq, ibcq); in to_vcq() 514 void _pvrdma_flush_cqe(struct pvrdma_qp *qp, struct pvrdma_cq *cq);
|
D | pvrdma_qp.c | 55 static inline void get_cqs(struct pvrdma_qp *qp, struct pvrdma_cq **send_cq, in get_cqs() 56 struct pvrdma_cq **recv_cq) in get_cqs() 62 static void pvrdma_lock_cqs(struct pvrdma_cq *scq, struct pvrdma_cq *rcq, in pvrdma_lock_cqs() 81 static void pvrdma_unlock_cqs(struct pvrdma_cq *scq, struct pvrdma_cq *rcq, in pvrdma_unlock_cqs() 100 struct pvrdma_cq *scq, *rcq; in pvrdma_reset_qp() 388 struct pvrdma_cq *scq; in pvrdma_free_qp() 389 struct pvrdma_cq *rcq; in pvrdma_free_qp()
|
D | Makefile | 3 vmw_pvrdma-y := pvrdma_cmd.o pvrdma_cq.o pvrdma_doorbell.o pvrdma_main.o pvrdma_misc.o pvrdma_mr.o …
|
D | pvrdma_main.c | 331 struct pvrdma_cq *cq; in pvrdma_cq_event() 474 struct pvrdma_cq *cq; in pvrdma_intrx_handler()
|