Searched refs:c2_qp (Results 1 - 8 of 8) 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.h107 struct c2_qp { struct
158 static inline struct c2_qp *to_c2qp(struct ib_qp *ibqp)
160 return container_of(ibqp, struct c2_qp, ibqp);
H A Dc2_vq.h47 struct c2_qp *qp;
H A Dc2.h490 struct ib_qp_init_attr *qp_attrs, struct c2_qp *qp);
491 extern void c2_free_qp(struct c2_dev *c2dev, struct c2_qp *qp);
493 extern int c2_qp_modify(struct c2_dev *c2dev, struct c2_qp *qp,
495 extern int c2_qp_set_read_limits(struct c2_dev *c2dev, struct c2_qp *qp,
503 extern void c2_set_qp_state(struct c2_qp *, int);
504 extern struct c2_qp *c2_find_qpn(struct c2_dev *c2dev, int qpn);
517 extern void c2_cq_clean(struct c2_dev *c2dev, struct c2_qp *qp, u32 mq_index);
H A Dc2_qp.c120 void c2_set_qp_state(struct c2_qp *qp, int c2_state)
134 int c2_qp_modify(struct c2_dev *c2dev, struct c2_qp *qp,
253 int c2_qp_set_read_limits(struct c2_dev *c2dev, struct c2_qp *qp,
302 static int destroy_qp(struct c2_dev *c2dev, struct c2_qp *qp)
381 static int c2_alloc_qpn(struct c2_dev *c2dev, struct c2_qp *qp)
402 struct c2_qp *c2_find_qpn(struct c2_dev *c2dev, int qpn)
405 struct c2_qp *qp;
415 struct ib_qp_init_attr *qp_attrs, struct c2_qp *qp)
598 void c2_free_qp(struct c2_dev *c2dev, struct c2_qp *qp)
760 static int qp_wr_post(struct c2_mq *q, union c2wr * wr, struct c2_qp *q
[all...]
H A Dc2_ae.c184 struct c2_qp *qp = (struct c2_qp *)resource_user_context;
H A Dc2_cq.c82 void c2_cq_clean(struct c2_dev *c2dev, struct c2_qp *qp, u32 mq_index)
135 struct c2_qp *qp;
149 (struct c2_qp *) (unsigned long) ce->qp_user_context) == NULL) {
H A Dc2_cm.c45 struct c2_qp *qp;
286 struct c2_qp *qp;
H A Dc2_provider.c212 struct c2_qp *qp;
220 struct c2_qp *qp;
230 struct c2_qp *qp;
244 struct c2_qp *qp;
288 struct c2_qp *qp = to_c2qp(ib_qp);

Completed in 75 milliseconds