Home
last modified time | relevance | path

Searched refs:pvrdma_cq (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_cq.c67 struct pvrdma_cq *cq = to_vcq(ibcq); in pvrdma_req_notify_cq()
108 struct pvrdma_cq *cq = to_vcq(ibcq); in pvrdma_create_cq()
226 static void pvrdma_free_cq(struct pvrdma_dev *dev, struct pvrdma_cq *cq) in pvrdma_free_cq()
244 struct pvrdma_cq *vcq = to_vcq(cq); in pvrdma_destroy_cq()
271 static inline struct pvrdma_cqe *get_cqe(struct pvrdma_cq *cq, int i) in get_cqe()
279 void _pvrdma_flush_cqe(struct pvrdma_qp *qp, struct pvrdma_cq *cq) in _pvrdma_flush_cqe()
323 static int pvrdma_poll_one(struct pvrdma_cq *cq, struct pvrdma_qp **cur_qp, in pvrdma_poll_one()
389 struct pvrdma_cq *cq = to_vcq(ibcq); in pvrdma_poll_cq()
H A Dpvrdma.h86 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);
H A Dpvrdma_qp.c58 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()
H A DMakefile4 vmw_pvrdma-y := pvrdma_cmd.o pvrdma_cq.o pvrdma_doorbell.o pvrdma_main.o pvrdma_misc.o pvrdma_mr.o …