Home
last modified time | relevance | path

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

/linux-6.12.1/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.c1082 static int ocrdma_add_qpn_map(struct ocrdma_dev *dev, struct ocrdma_qp *qp) in ocrdma_add_qpn_map()
1093 static void ocrdma_del_qpn_map(struct ocrdma_dev *dev, struct ocrdma_qp *qp) in ocrdma_del_qpn_map()
1172 static int ocrdma_copy_qp_uresp(struct ocrdma_qp *qp, in ocrdma_copy_qp_uresp()
1231 static void ocrdma_set_qp_db(struct ocrdma_dev *dev, struct ocrdma_qp *qp, in ocrdma_set_qp_db()
1251 static int ocrdma_alloc_wr_id_tbl(struct ocrdma_qp *qp) in ocrdma_alloc_wr_id_tbl()
1266 static void ocrdma_set_qp_init_params(struct ocrdma_qp *qp, in ocrdma_set_qp_init_params()
1300 struct ocrdma_qp *qp = get_ocrdma_qp(ibqp); in ocrdma_create_qp()
1369 struct ocrdma_qp *qp; in _ocrdma_modify_qp()
1390 struct ocrdma_qp *qp; in ocrdma_modify_qp()
1463 struct ocrdma_qp *qp = get_ocrdma_qp(ibqp); in ocrdma_query_qp()
[all …]
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()
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()
912 qp = list_entry(cur, struct ocrdma_qp, sq_entry); in _ocrdma_qp_buddy_cq_handler()
914 qp = list_entry(cur, struct ocrdma_qp, rq_entry); in _ocrdma_qp_buddy_cq_handler()
2078 bool ocrdma_is_qp_in_sq_flushlist(struct ocrdma_cq *cq, struct ocrdma_qp *qp) in ocrdma_is_qp_in_sq_flushlist()
2080 struct ocrdma_qp *tmp; in ocrdma_is_qp_in_sq_flushlist()
2091 bool ocrdma_is_qp_in_rq_flushlist(struct ocrdma_cq *cq, struct ocrdma_qp *qp) in ocrdma_is_qp_in_rq_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()
[all …]
Docrdma_verbs.h87 void ocrdma_del_flush_qp(struct ocrdma_qp *qp);
Docrdma_main.c174 INIT_RDMA_OBJ_SIZE(ib_qp, ocrdma_qp, ibqp),
229 sizeof(struct ocrdma_qp *), in ocrdma_alloc_resources()