Searched refs:c2_cq (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/amso1100/
H A Dc2_provider.h91 struct c2_cq { struct
153 static inline struct c2_cq *to_c2cq(struct ib_cq *ibcq)
155 return container_of(ibcq, struct c2_cq, ibcq);
H A Dc2_cq.c46 static struct c2_cq *c2_cq_get(struct c2_dev *c2dev, int cqn)
48 struct c2_cq *cq;
62 static void c2_cq_put(struct c2_cq *cq)
70 struct c2_cq *cq;
84 struct c2_cq *cq;
132 struct c2_cq *cq, struct ib_wc *entry)
204 struct c2_cq *cq = to_c2cq(ibcq);
225 struct c2_cq *cq;
287 struct c2_ucontext *ctx, struct c2_cq *cq)
386 void c2_free_cq(struct c2_dev *c2dev, struct c2_cq *c
[all...]
H A Dc2_ae.c298 struct c2_cq *cq =
299 (struct c2_cq *) resource_user_context;
H A Dc2_qp.c420 struct c2_cq *send_cq = to_c2cq(qp_attrs->send_cq);
421 struct c2_cq *recv_cq = to_c2cq(qp_attrs->recv_cq);
572 static inline void c2_lock_cqs(struct c2_cq *send_cq, struct c2_cq *recv_cq)
585 static inline void c2_unlock_cqs(struct c2_cq *send_cq, struct c2_cq *recv_cq)
600 struct c2_cq *send_cq;
601 struct c2_cq *recv_cq;
H A Dc2.h514 struct c2_ucontext *ctx, struct c2_cq *cq);
515 extern void c2_free_cq(struct c2_dev *c2dev, struct c2_cq *cq);
H A Dc2_provider.c301 struct c2_cq *cq;
322 struct c2_cq *cq = to_c2cq(ib_cq);

Completed in 69 milliseconds