Lines Matching refs:rdma_ctx
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()
638 rc = dev->ops->ll2_post_rx_buffer(dev->rdma_ctx, in qedr_gsi_post_recv()