Lines Matching refs:qedr_qp

1277 			       struct qedr_qp *qp)  in qedr_copy_rq_uresp()
1297 struct qedr_qp *qp) in qedr_copy_sq_uresp()
1313 struct qedr_qp *qp, struct ib_udata *udata, in qedr_copy_qp_uresp()
1339 struct qedr_qp *qp, in qedr_set_common_qp_params()
1383 static int qedr_set_roce_db_info(struct qedr_dev *dev, struct qedr_qp *qp) in qedr_set_roce_db_info()
1716 struct qedr_qp *qp, in qedr_init_common_qp_in_params()
1751 static inline void qedr_qp_user_print(struct qedr_dev *dev, struct qedr_qp *qp) in qedr_qp_user_print()
1769 struct qedr_qp *qp, in qedr_iwarp_populate_user_qp()
1788 struct qedr_qp *qp) in qedr_cleanup_user()
1826 struct qedr_qp *qp, in qedr_create_user_qp()
1970 static int qedr_set_iwarp_db_info(struct qedr_dev *dev, struct qedr_qp *qp) in qedr_set_iwarp_db_info()
2009 struct qedr_qp *qp, in qedr_roce_create_kernel_qp()
2056 struct qedr_qp *qp, in qedr_iwarp_create_kernel_qp()
2115 static void qedr_cleanup_kernel(struct qedr_dev *dev, struct qedr_qp *qp) in qedr_cleanup_kernel()
2139 struct qedr_qp *qp, in qedr_create_kernel_qp()
2214 static int qedr_free_qp_resources(struct qedr_dev *dev, struct qedr_qp *qp, in qedr_free_qp_resources()
2243 struct qedr_qp *qp; in qedr_create_qp()
2363 struct qedr_qp *qp, in qedr_update_qp_state()
2471 struct qedr_qp *qp = get_qedr_qp(ibqp); in qedr_modify_qp()
2746 struct qedr_qp *qp = get_qedr_qp(ibqp); in qedr_query_qp()
2813 struct qedr_qp *qp = get_qedr_qp(ibqp); in qedr_destroy_qp()
3290 struct qedr_qp *qp, u8 *wqe_size, in qedr_prepare_sq_inline_data()
3375 static u32 qedr_prepare_sq_sges(struct qedr_qp *qp, u8 *wqe_size, in qedr_prepare_sq_sges()
3397 struct qedr_qp *qp, in qedr_prepare_sq_rdma_data()
3420 struct qedr_qp *qp, in qedr_prepare_sq_send_data()
3438 static int qedr_prepare_reg(struct qedr_qp *qp, in qedr_prepare_reg()
3502 static inline bool qedr_can_post_send(struct qedr_qp *qp, in qedr_can_post_send()
3544 struct qedr_qp *qp = get_qedr_qp(ibqp); in __qedr_post_send()
3759 struct qedr_qp *qp = get_qedr_qp(ibqp); in qedr_post_send()
3915 struct qedr_qp *qp = get_qedr_qp(ibqp); in qedr_post_recv()
4021 static struct qedr_qp *cqe_get_qp(union rdma_cqe *cqe) in cqe_get_qp()
4024 struct qedr_qp *qp; in cqe_get_qp()
4026 qp = (struct qedr_qp *)(uintptr_t)HILO_GEN(resp_cqe->qp_handle.hi, in cqe_get_qp()
4052 static inline void qedr_chk_if_fmr(struct qedr_qp *qp) in qedr_chk_if_fmr()
4058 static int process_req(struct qedr_dev *dev, struct qedr_qp *qp, in process_req()
4114 struct qedr_qp *qp, struct qedr_cq *cq, in qedr_poll_cq_req()
4270 static void __process_resp_one(struct qedr_dev *dev, struct qedr_qp *qp, in __process_resp_one()
4299 static int process_resp_one_srq(struct qedr_dev *dev, struct qedr_qp *qp, in process_resp_one_srq()
4324 static int process_resp_one(struct qedr_dev *dev, struct qedr_qp *qp, in process_resp_one()
4339 static int process_resp_flush(struct qedr_qp *qp, struct qedr_cq *cq, in process_resp_flush()
4364 static void try_consume_resp_cqe(struct qedr_cq *cq, struct qedr_qp *qp, in try_consume_resp_cqe()
4373 static int qedr_poll_cq_resp_srq(struct qedr_dev *dev, struct qedr_qp *qp, in qedr_poll_cq_resp_srq()
4386 static int qedr_poll_cq_resp(struct qedr_dev *dev, struct qedr_qp *qp, in qedr_poll_cq_resp()
4406 static void try_consume_req_cqe(struct qedr_cq *cq, struct qedr_qp *qp, in try_consume_req_cqe()
4439 struct qedr_qp *qp; in qedr_poll_cq()