Searched refs:c2_qp (Results 1 - 8 of 8) 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.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.h493 struct ib_qp_init_attr *qp_attrs, struct c2_qp *qp);
494 extern void c2_free_qp(struct c2_dev *c2dev, struct c2_qp *qp);
496 extern int c2_qp_modify(struct c2_dev *c2dev, struct c2_qp *qp,
498 extern int c2_qp_set_read_limits(struct c2_dev *c2dev, struct c2_qp *qp,
506 extern void c2_set_qp_state(struct c2_qp *, int);
507 extern struct c2_qp *c2_find_qpn(struct c2_dev *c2dev, int qpn);
520 extern void c2_cq_clean(struct c2_dev *c2dev, struct c2_qp *qp, u32 mq_index);
H A Dc2_qp.c119 void c2_set_qp_state(struct c2_qp *qp, int c2_state)
133 int c2_qp_modify(struct c2_dev *c2dev, struct c2_qp *qp,
252 int c2_qp_set_read_limits(struct c2_dev *c2dev, struct c2_qp *qp,
301 static int destroy_qp(struct c2_dev *c2dev, struct c2_qp *qp)
380 static int c2_alloc_qpn(struct c2_dev *c2dev, struct c2_qp *qp)
401 struct c2_qp *c2_find_qpn(struct c2_dev *c2dev, int qpn)
404 struct c2_qp *qp;
414 struct ib_qp_init_attr *qp_attrs, struct c2_qp *qp)
596 void c2_free_qp(struct c2_dev *c2dev, struct c2_qp *qp)
758 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.c80 void c2_cq_clean(struct c2_dev *c2dev, struct c2_qp *qp, u32 mq_index)
133 struct c2_qp *qp;
147 (struct c2_qp *) (unsigned long) ce->qp_user_context) == NULL) {
H A Dc2_cm.c43 struct c2_qp *qp;
284 struct c2_qp *qp;
H A Dc2_provider.c211 struct c2_qp *qp;
219 struct c2_qp *qp;
229 struct c2_qp *qp;
243 struct c2_qp *qp;
285 struct c2_qp *qp = to_c2qp(ib_qp);

Completed in 127 milliseconds