Searched refs:c2_qp (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/infiniband/hw/amso1100/ |
D | c2_provider.h | 107 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()
|
D | c2.h | 489 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);
|
D | c2_qp.c | 120 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 …]
|
D | Kbuild | 6 c2_intr.o c2_cq.o c2_qp.o c2_cm.o c2_mm.o c2_pd.o
|
D | c2_vq.h | 47 struct c2_qp *qp;
|
D | c2_ae.c | 186 struct c2_qp *qp = (struct c2_qp *)resource_user_context; in c2_ae_event()
|
D | c2_cq.c | 82 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()
|
D | c2_provider.c | 204 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()
|
D | c2_cm.c | 45 struct c2_qp *qp; in c2_llp_connect() 294 struct c2_qp *qp; in c2_llp_accept()
|