Home
last modified time | relevance | path

Searched refs:rdma_ctx (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/qedr/
H A Dqedr_roce_cm.c141 dev->ops->rdma_destroy_cq(dev->rdma_ctx, &iparams, &oparams); in qedr_destroy_gsi_cq()
148 dev->ops->rdma_destroy_cq(dev->rdma_ctx, &iparams, &oparams); in qedr_destroy_gsi_cq()
205 rc = dev->ops->ll2_prepare_tx_packet(dev->rdma_ctx, in qedr_ll2_post_tx()
221 dev->rdma_ctx, in qedr_ll2_post_tx()
250 rc = dev->ops->ll2_terminate_connection(dev->rdma_ctx, in qedr_ll2_stop()
255 dev->ops->ll2_release_connection(dev->rdma_ctx, dev->gsi_ll2_handle); in qedr_ll2_stop()
291 rc = dev->ops->ll2_acquire_connection(dev->rdma_ctx, &data); in qedr_ll2_start()
299 rc = dev->ops->ll2_establish_connection(dev->rdma_ctx, in qedr_ll2_start()
315 dev->ops->ll2_terminate_connection(dev->rdma_ctx, dev->gsi_ll2_handle); in qedr_ll2_start()
317 dev->ops->ll2_release_connection(dev->rdma_ctx, dev->gsi_ll2_handle); in qedr_ll2_start()
[all …]
H A Dverbs.c117 if (!dev->rdma_ctx) { in qedr_query_device()
120 dev->rdma_ctx); in qedr_query_device()
222 if (!dev->rdma_ctx) { in qedr_query_port()
227 rdma_port = dev->ops->rdma_query_port(dev->rdma_ctx); in qedr_query_port()
358 dev->ops->rdma_remove_user(dev->rdma_ctx, ctx->dpi); in qedr_alloc_ucontext()
447 if (!dev->rdma_ctx) { in qedr_alloc_pd()
452 rc = dev->ops->rdma_alloc_pd(dev->rdma_ctx, &pd_id); in qedr_alloc_pd()
468 dev->ops->rdma_dealloc_pd(dev->rdma_ctx, pd_id); in qedr_alloc_pd()
485 dev->ops->rdma_dealloc_pd(dev->rdma_ctx, pd->pd_id); in qedr_dealloc_pd()
503 dev->ops->rdma_dealloc_xrcd(dev->rdma_ctx, xrcd_id); in qedr_dealloc_xrcd()
[all …]
H A Dqedr_iw_cm.c245 dev->ops->rdma_modify_qp(dev->rdma_ctx, qp->qed_qp, &qp_params); in qedr_iw_disconnect_worker()
325 return dev->ops->iwarp_send_rtr(dev->rdma_ctx, &rtr_in); in qedr_iw_mpa_reply()
644 rc = dev->ops->iwarp_connect(dev->rdma_ctx, &in_params, &out_params); in qedr_iw_connect()
707 rc = dev->ops->iwarp_create_listen(dev->rdma_ctx, &iparams, &oparams); in qedr_iw_create_listen()
728 rc = dev->ops->iwarp_destroy_listen(dev->rdma_ctx, in qedr_iw_destroy_listen()
770 rc = dev->ops->iwarp_accept(dev->rdma_ctx, &params); in qedr_iw_accept()
796 return dev->ops->iwarp_reject(dev->rdma_ctx, &params); in qedr_iw_reject()
H A Dmain.c492 qed_ops->rdma_cnq_prod_update(cnq->dev->rdma_ctx, cnq->index, in qedr_irq_handler()
586 qed_attr = dev->ops->rdma_query_device(dev->rdma_ctx); in qedr_set_device_attr()
823 rc = dev->ops->rdma_add_user(dev->rdma_ctx, &out_params); in qedr_init_hw()
843 dev->ops->rdma_remove_user(dev->rdma_ctx, dev->dpi); in qedr_stop_hw()
844 dev->ops->rdma_stop(dev->rdma_ctx); in qedr_stop_hw()
890 dev->rdma_ctx = dev->ops->rdma_get_rdma_ctx(cdev); in qedr_add()
H A Dqedr.h134 void *rdma_ctx; member