Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/ocrdma/
Docrdma_hw.h127 int ocrdma_mbx_create_qp(struct ocrdma_qp *, struct ib_qp_init_attr *attrs,
130 int ocrdma_mbx_modify_qp(struct ocrdma_dev *, struct ocrdma_qp *,
132 int ocrdma_mbx_query_qp(struct ocrdma_dev *, struct ocrdma_qp *,
134 int ocrdma_mbx_destroy_qp(struct ocrdma_dev *, struct ocrdma_qp *);
145 int ocrdma_qp_state_change(struct ocrdma_qp *, enum ib_qp_state new_state,
147 bool ocrdma_is_qp_in_sq_flushlist(struct ocrdma_cq *, struct ocrdma_qp *);
148 bool ocrdma_is_qp_in_rq_flushlist(struct ocrdma_cq *, struct ocrdma_qp *);
149 void ocrdma_flush_qp(struct ocrdma_qp *);
Docrdma_verbs.c1196 static int ocrdma_add_qpn_map(struct ocrdma_dev *dev, struct ocrdma_qp *qp) in ocrdma_add_qpn_map()
1207 static void ocrdma_del_qpn_map(struct ocrdma_dev *dev, struct ocrdma_qp *qp) in ocrdma_del_qpn_map()
1285 static int ocrdma_copy_qp_uresp(struct ocrdma_qp *qp, in ocrdma_copy_qp_uresp()
1344 static void ocrdma_set_qp_db(struct ocrdma_dev *dev, struct ocrdma_qp *qp, in ocrdma_set_qp_db()
1364 static int ocrdma_alloc_wr_id_tbl(struct ocrdma_qp *qp) in ocrdma_alloc_wr_id_tbl()
1379 static void ocrdma_set_qp_init_params(struct ocrdma_qp *qp, in ocrdma_set_qp_init_params()
1413 struct ocrdma_qp *qp; in ocrdma_create_qp()
1485 struct ocrdma_qp *qp; in _ocrdma_modify_qp()
1508 struct ocrdma_qp *qp; in ocrdma_modify_qp()
1579 struct ocrdma_qp *qp = get_ocrdma_qp(ibqp); in ocrdma_query_qp()
[all …]
Docrdma.h247 struct ocrdma_qp **qp_tbl;
391 struct ocrdma_qp { struct
479 static inline struct ocrdma_qp *get_ocrdma_qp(struct ib_qp *ibqp) in get_ocrdma_qp()
481 return container_of(ibqp, struct ocrdma_qp, ibqp); in get_ocrdma_qp()
Docrdma_hw.c662 struct ocrdma_qp *qp) in ocrdma_process_qpcat_error()
675 struct ocrdma_qp *qp = NULL; in ocrdma_dispatch_ibevent()
902 struct ocrdma_qp *qp; in _ocrdma_qp_buddy_cq_handler()
909 qp = list_entry(cur, struct ocrdma_qp, sq_entry); in _ocrdma_qp_buddy_cq_handler()
911 qp = list_entry(cur, struct ocrdma_qp, rq_entry); in _ocrdma_qp_buddy_cq_handler()
2085 bool ocrdma_is_qp_in_sq_flushlist(struct ocrdma_cq *cq, struct ocrdma_qp *qp) in ocrdma_is_qp_in_sq_flushlist()
2087 struct ocrdma_qp *tmp; in ocrdma_is_qp_in_sq_flushlist()
2098 bool ocrdma_is_qp_in_rq_flushlist(struct ocrdma_cq *cq, struct ocrdma_qp *qp) in ocrdma_is_qp_in_rq_flushlist()
2100 struct ocrdma_qp *tmp; in ocrdma_is_qp_in_rq_flushlist()
2111 void ocrdma_flush_qp(struct ocrdma_qp *qp) in ocrdma_flush_qp()
[all …]
Docrdma_verbs.h107 void ocrdma_del_flush_qp(struct ocrdma_qp *qp);
Docrdma_main.c220 dev->qp_tbl = kzalloc(sizeof(struct ocrdma_qp *) * in ocrdma_alloc_resources()