Home
last modified time | relevance | path

Searched refs:ocrdma_qp (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/ocrdma/
Docrdma_hw.h111 int ocrdma_mbx_create_qp(struct ocrdma_qp *, struct ib_qp_init_attr *attrs,
114 int ocrdma_mbx_modify_qp(struct ocrdma_dev *, struct ocrdma_qp *,
116 int ocrdma_mbx_query_qp(struct ocrdma_dev *, struct ocrdma_qp *,
118 int ocrdma_mbx_destroy_qp(struct ocrdma_dev *, struct ocrdma_qp *);
129 int ocrdma_qp_state_change(struct ocrdma_qp *, enum ib_qp_state new_state,
131 bool ocrdma_is_qp_in_sq_flushlist(struct ocrdma_cq *, struct ocrdma_qp *);
132 bool ocrdma_is_qp_in_rq_flushlist(struct ocrdma_cq *, struct ocrdma_qp *);
133 void ocrdma_flush_qp(struct ocrdma_qp *);
Docrdma_verbs.c1125 static int ocrdma_add_qpn_map(struct ocrdma_dev *dev, struct ocrdma_qp *qp) in ocrdma_add_qpn_map()
1136 static void ocrdma_del_qpn_map(struct ocrdma_dev *dev, struct ocrdma_qp *qp) in ocrdma_del_qpn_map()
1214 static int ocrdma_copy_qp_uresp(struct ocrdma_qp *qp, in ocrdma_copy_qp_uresp()
1273 static void ocrdma_set_qp_db(struct ocrdma_dev *dev, struct ocrdma_qp *qp, in ocrdma_set_qp_db()
1293 static int ocrdma_alloc_wr_id_tbl(struct ocrdma_qp *qp) in ocrdma_alloc_wr_id_tbl()
1308 static void ocrdma_set_qp_init_params(struct ocrdma_qp *qp, in ocrdma_set_qp_init_params()
1342 struct ocrdma_qp *qp; in ocrdma_create_qp()
1414 struct ocrdma_qp *qp; in _ocrdma_modify_qp()
1437 struct ocrdma_qp *qp; in ocrdma_modify_qp()
1508 struct ocrdma_qp *qp = get_ocrdma_qp(ibqp); in ocrdma_query_qp()
[all …]
Docrdma.h226 struct ocrdma_qp **qp_tbl;
371 struct ocrdma_qp { struct
459 static inline struct ocrdma_qp *get_ocrdma_qp(struct ib_qp *ibqp) in get_ocrdma_qp()
461 return container_of(ibqp, struct ocrdma_qp, ibqp); in get_ocrdma_qp()
Docrdma_hw.c644 struct ocrdma_qp *qp) in ocrdma_process_qpcat_error()
657 struct ocrdma_qp *qp = NULL; in ocrdma_dispatch_ibevent()
840 struct ocrdma_qp *qp; in _ocrdma_qp_buddy_cq_handler()
847 qp = list_entry(cur, struct ocrdma_qp, sq_entry); in _ocrdma_qp_buddy_cq_handler()
849 qp = list_entry(cur, struct ocrdma_qp, rq_entry); in _ocrdma_qp_buddy_cq_handler()
2019 bool ocrdma_is_qp_in_sq_flushlist(struct ocrdma_cq *cq, struct ocrdma_qp *qp) in ocrdma_is_qp_in_sq_flushlist()
2021 struct ocrdma_qp *tmp; in ocrdma_is_qp_in_sq_flushlist()
2032 bool ocrdma_is_qp_in_rq_flushlist(struct ocrdma_cq *cq, struct ocrdma_qp *qp) in ocrdma_is_qp_in_rq_flushlist()
2034 struct ocrdma_qp *tmp; in ocrdma_is_qp_in_rq_flushlist()
2045 void ocrdma_flush_qp(struct ocrdma_qp *qp) in ocrdma_flush_qp()
[all …]
Docrdma_verbs.h75 void ocrdma_del_flush_qp(struct ocrdma_qp *qp);
Docrdma_main.c322 dev->qp_tbl = kzalloc(sizeof(struct ocrdma_qp *) * in ocrdma_alloc_resources()
566 struct ocrdma_qp *qp, **cur_qp; in ocrdma_close()