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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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.c44 static struct c2_cq *c2_cq_get(struct c2_dev *c2dev, int cqn)
46 struct c2_cq *cq;
60 static void c2_cq_put(struct c2_cq *cq)
68 struct c2_cq *cq;
82 struct c2_cq *cq;
130 struct c2_cq *cq, struct ib_wc *entry)
202 struct c2_cq *cq = to_c2cq(ibcq);
223 struct c2_cq *cq;
285 struct c2_ucontext *ctx, struct c2_cq *cq)
384 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.c419 struct c2_cq *send_cq = to_c2cq(qp_attrs->send_cq);
420 struct c2_cq *recv_cq = to_c2cq(qp_attrs->recv_cq);
570 static inline void c2_lock_cqs(struct c2_cq *send_cq, struct c2_cq *recv_cq)
583 static inline void c2_unlock_cqs(struct c2_cq *send_cq, struct c2_cq *recv_cq)
598 struct c2_cq *send_cq;
599 struct c2_cq *recv_cq;
H A Dc2.h517 struct c2_ucontext *ctx, struct c2_cq *cq);
518 extern void c2_free_cq(struct c2_dev *c2dev, struct c2_cq *cq);
H A Dc2_provider.c298 struct c2_cq *cq;
319 struct c2_cq *cq = to_c2cq(ib_cq);

Completed in 102 milliseconds