Searched refs:ocrdma_qp (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/infiniband/hw/ocrdma/ |
| D | ocrdma_hw.h | 127 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 *);
|
| D | ocrdma_verbs.c | 1094 static int ocrdma_add_qpn_map(struct ocrdma_dev *dev, struct ocrdma_qp *qp) in ocrdma_add_qpn_map() 1105 static void ocrdma_del_qpn_map(struct ocrdma_dev *dev, struct ocrdma_qp *qp) in ocrdma_del_qpn_map() 1184 static int ocrdma_copy_qp_uresp(struct ocrdma_qp *qp, in ocrdma_copy_qp_uresp() 1243 static void ocrdma_set_qp_db(struct ocrdma_dev *dev, struct ocrdma_qp *qp, in ocrdma_set_qp_db() 1263 static int ocrdma_alloc_wr_id_tbl(struct ocrdma_qp *qp) in ocrdma_alloc_wr_id_tbl() 1278 static void ocrdma_set_qp_init_params(struct ocrdma_qp *qp, in ocrdma_set_qp_init_params() 1312 struct ocrdma_qp *qp; in ocrdma_create_qp() 1384 struct ocrdma_qp *qp; in _ocrdma_modify_qp() 1405 struct ocrdma_qp *qp; in ocrdma_modify_qp() 1475 struct ocrdma_qp *qp = get_ocrdma_qp(ibqp); in ocrdma_query_qp() [all …]
|
| D | ocrdma.h | 248 struct ocrdma_qp **qp_tbl; 390 struct ocrdma_qp { struct 478 static inline struct ocrdma_qp *get_ocrdma_qp(struct ib_qp *ibqp) in get_ocrdma_qp() 480 return container_of(ibqp, struct ocrdma_qp, ibqp); in get_ocrdma_qp()
|
| D | ocrdma_hw.c | 665 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() 2082 bool ocrdma_is_qp_in_sq_flushlist(struct ocrdma_cq *cq, struct ocrdma_qp *qp) in ocrdma_is_qp_in_sq_flushlist() 2084 struct ocrdma_qp *tmp; in ocrdma_is_qp_in_sq_flushlist() 2095 bool ocrdma_is_qp_in_rq_flushlist(struct ocrdma_cq *cq, struct ocrdma_qp *qp) in ocrdma_is_qp_in_rq_flushlist() 2097 struct ocrdma_qp *tmp; in ocrdma_is_qp_in_rq_flushlist() 2108 void ocrdma_flush_qp(struct ocrdma_qp *qp) in ocrdma_flush_qp() [all …]
|
| D | ocrdma_verbs.h | 90 void ocrdma_del_flush_qp(struct ocrdma_qp *qp);
|
| D | ocrdma_main.c | 272 sizeof(struct ocrdma_qp *), in ocrdma_alloc_resources()
|