Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/ocrdma/
H A 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 *);
H A Docrdma_verbs.c1299 struct ocrdma_qp *qp = get_ocrdma_qp(ibqp); in ocrdma_create_qp()
1368 struct ocrdma_qp *qp; in _ocrdma_modify_qp()
1389 struct ocrdma_qp *qp; in ocrdma_modify_qp()
1462 struct ocrdma_qp *qp = get_ocrdma_qp(ibqp); in ocrdma_query_qp()
1672 struct ocrdma_qp *qp; in ocrdma_destroy_qp()
2470 struct ocrdma_qp *qp, int status) in ocrdma_update_err_cqe()
2492 struct ocrdma_qp *qp, int status) in ocrdma_update_err_rcqe()
2502 struct ocrdma_qp *qp, int status) in ocrdma_update_err_scqe()
2626 struct ocrdma_qp *qp) in ocrdma_update_free_srq_cqe()
2758 struct ocrdma_qp *qp = NULL; in ocrdma_poll_hwcq()
[all …]
H A Docrdma.h246 struct ocrdma_qp **qp_tbl;
388 struct ocrdma_qp { struct
476 static inline struct ocrdma_qp *get_ocrdma_qp(struct ib_qp *ibqp) in get_ocrdma_qp()
478 return container_of(ibqp, struct ocrdma_qp, ibqp); in get_ocrdma_qp()
H A Docrdma_hw.c665 struct ocrdma_qp *qp) in ocrdma_process_qpcat_error()
678 struct ocrdma_qp *qp = NULL; in ocrdma_dispatch_ibevent()
905 struct ocrdma_qp *qp; in _ocrdma_qp_buddy_cq_handler()
2080 struct ocrdma_qp *tmp; in ocrdma_is_qp_in_sq_flushlist()
2093 struct ocrdma_qp *tmp; in ocrdma_is_qp_in_rq_flushlist()
2104 void ocrdma_flush_qp(struct ocrdma_qp *qp) in ocrdma_flush_qp()
2179 struct ocrdma_qp *qp) in ocrdma_set_create_qp_sq_cmd()
2234 struct ocrdma_qp *qp) in ocrdma_set_create_qp_rq_cmd()
2281 struct ocrdma_qp *qp, in ocrdma_set_create_qp_dpp_cmd()
2296 struct ocrdma_qp *qp) in ocrdma_set_create_qp_ird_cmd()
[all …]
H A Docrdma_verbs.h87 void ocrdma_del_flush_qp(struct ocrdma_qp *qp);
H A Docrdma_main.c174 INIT_RDMA_OBJ_SIZE(ib_qp, ocrdma_qp, ibqp),
229 sizeof(struct ocrdma_qp *), in ocrdma_alloc_resources()