Home
last modified time | relevance | path

Searched refs:scif_unmap_single (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/misc/mic/scif/
Dscif_nm.c57 scif_unmap_single(qp->local_buf, scifdev, qp->inbound_q.size); in scif_free_qp()
59 scif_unmap_single(qp->local_qp, scifdev, sizeof(struct scif_qp)); in scif_free_qp()
Dscif_epd.c27 scif_unmap_single(qp->local_qp, ep->remote_dev, in scif_cleanup_ep_qp()
32 scif_unmap_single(qp->local_buf, ep->remote_dev, in scif_cleanup_ep_qp()
Dscif_map.h70 scif_unmap_single(dma_addr_t local, struct scif_dev *scifdev, in scif_unmap_single() function
Dscif_rma.c241 scif_unmap_single(window->dma_addr[j], in scif_unmap_window()
433 scif_unmap_single(lup->lookup[j], in scif_destroy_remote_lookup()
437 scif_unmap_single(npup->lookup[j], in scif_destroy_remote_lookup()
450 scif_unmap_single(window->mapped_offset, in scif_destroy_remote_lookup()
Dscif_nodeqp.c138 scif_unmap_single(qp->local_buf, scifdev, local_size); in scif_setup_qp_connect()
208 scif_unmap_single(qp->local_buf, scifdev, local_size); in scif_setup_qp_accept()
Dscif_dma.c856 scif_unmap_single(comp_cb->temp_phys, comp_cb->sdev, in scif_rma_completion_cb()