Searched refs:rdma_ctx (Results 1 – 5 of 5) sorted by relevance
/drivers/infiniband/hw/qedr/ |
D | qedr_roce_cm.c | 141 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 …]
|
D | verbs.c | 111 if (!dev->rdma_ctx) { in qedr_query_device() 114 dev->rdma_ctx); in qedr_query_device() 214 if (!dev->rdma_ctx) { in qedr_query_port() 219 rdma_port = dev->ops->rdma_query_port(dev->rdma_ctx); in qedr_query_port() 325 rc = dev->ops->rdma_add_user(dev->rdma_ctx, &oparams); in qedr_alloc_ucontext() 375 uctx->dev->ops->rdma_remove_user(uctx->dev->rdma_ctx, uctx->dpi); in qedr_dealloc_ucontext() 444 if (!dev->rdma_ctx) { in qedr_alloc_pd() 449 rc = dev->ops->rdma_alloc_pd(dev->rdma_ctx, &pd_id); in qedr_alloc_pd() 465 dev->ops->rdma_dealloc_pd(dev->rdma_ctx, pd_id); in qedr_alloc_pd() 482 dev->ops->rdma_dealloc_pd(dev->rdma_ctx, pd->pd_id); in qedr_dealloc_pd() [all …]
|
D | qedr_iw_cm.c | 215 dev->ops->rdma_modify_qp(dev->rdma_ctx, qp->qed_qp, &qp_params); in qedr_iw_disconnect_worker() 274 return dev->ops->iwarp_send_rtr(dev->rdma_ctx, &rtr_in); in qedr_iw_mpa_reply() 584 rc = dev->ops->iwarp_connect(dev->rdma_ctx, &in_params, &out_params); in qedr_iw_connect() 646 rc = dev->ops->iwarp_create_listen(dev->rdma_ctx, &iparams, &oparams); in qedr_iw_create_listen() 667 rc = dev->ops->iwarp_destroy_listen(dev->rdma_ctx, in qedr_iw_destroy_listen() 704 rc = dev->ops->iwarp_accept(dev->rdma_ctx, ¶ms); in qedr_iw_accept() 727 return dev->ops->iwarp_reject(dev->rdma_ctx, ¶ms); in qedr_iw_reject()
|
D | main.c | 506 qed_ops->rdma_cnq_prod_update(cnq->dev->rdma_ctx, cnq->index, in qedr_irq_handler() 601 qed_attr = dev->ops->rdma_query_device(dev->rdma_ctx); in qedr_set_device_attr() 826 rc = dev->ops->rdma_add_user(dev->rdma_ctx, &out_params); in qedr_init_hw() 846 dev->ops->rdma_remove_user(dev->rdma_ctx, dev->dpi); in qedr_stop_hw() 847 dev->ops->rdma_stop(dev->rdma_ctx); in qedr_stop_hw() 893 dev->rdma_ctx = dev->ops->rdma_get_rdma_ctx(cdev); in qedr_add()
|
D | qedr.h | 134 void *rdma_ctx; member
|