Home
last modified time | relevance | path

Searched refs:c2_qp (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/amso1100/
Dc2_provider.h107 struct c2_qp { struct
158 static inline struct c2_qp *to_c2qp(struct ib_qp *ibqp) in to_c2qp()
160 return container_of(ibqp, struct c2_qp, ibqp); in to_c2qp()
Dc2.h489 struct ib_qp_init_attr *qp_attrs, struct c2_qp *qp);
490 extern void c2_free_qp(struct c2_dev *c2dev, struct c2_qp *qp);
492 extern int c2_qp_modify(struct c2_dev *c2dev, struct c2_qp *qp,
494 extern int c2_qp_set_read_limits(struct c2_dev *c2dev, struct c2_qp *qp,
502 extern void c2_set_qp_state(struct c2_qp *, int);
503 extern struct c2_qp *c2_find_qpn(struct c2_dev *c2dev, int qpn);
516 extern void c2_cq_clean(struct c2_dev *c2dev, struct c2_qp *qp, u32 mq_index);
Dc2_qp.c120 void c2_set_qp_state(struct c2_qp *qp, int c2_state) in c2_set_qp_state()
134 int c2_qp_modify(struct c2_dev *c2dev, struct c2_qp *qp, in c2_qp_modify()
253 int c2_qp_set_read_limits(struct c2_dev *c2dev, struct c2_qp *qp, in c2_qp_set_read_limits()
302 static int destroy_qp(struct c2_dev *c2dev, struct c2_qp *qp) in destroy_qp()
381 static int c2_alloc_qpn(struct c2_dev *c2dev, struct c2_qp *qp) in c2_alloc_qpn()
404 struct c2_qp *c2_find_qpn(struct c2_dev *c2dev, int qpn) in c2_find_qpn()
407 struct c2_qp *qp; in c2_find_qpn()
417 struct ib_qp_init_attr *qp_attrs, struct c2_qp *qp) in c2_alloc_qp()
600 void c2_free_qp(struct c2_dev *c2dev, struct c2_qp *qp) in c2_free_qp()
762 static int qp_wr_post(struct c2_mq *q, union c2wr * wr, struct c2_qp *qp, u32 size) in qp_wr_post()
[all …]
DKbuild6 c2_intr.o c2_cq.o c2_qp.o c2_cm.o c2_mm.o c2_pd.o
Dc2_vq.h47 struct c2_qp *qp;
Dc2_ae.c186 struct c2_qp *qp = (struct c2_qp *)resource_user_context; in c2_ae_event()
Dc2_cq.c82 void c2_cq_clean(struct c2_dev *c2dev, struct c2_qp *qp, u32 mq_index) in c2_cq_clean()
135 struct c2_qp *qp; in c2_poll_one()
149 (struct c2_qp *) (unsigned long) ce->qp_user_context) == NULL) { in c2_poll_one()
Dc2_provider.c204 struct c2_qp *qp; in c2_add_ref()
212 struct c2_qp *qp; in c2_rem_ref()
222 struct c2_qp *qp; in c2_get_qp()
236 struct c2_qp *qp; in c2_create_qp()
280 struct c2_qp *qp = to_c2qp(ib_qp); in c2_destroy_qp()
Dc2_cm.c45 struct c2_qp *qp; in c2_llp_connect()
294 struct c2_qp *qp; in c2_llp_accept()