Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/mic/scif/
Dscif_map.h28 if (va && scifdev_is_p2p(scifdev)) in scif_alloc_coherent()
41 if (scifdev_is_p2p(scifdev) && local > scifdev->base_addr) in scif_free_coherent()
61 else if (scifdev_is_p2p(scifdev)) in scif_map_single()
74 if (scifdev_is_p2p(scifdev)) in scif_unmap_single()
120 else if (scifdev_is_p2p(scifdev)) in scif_map_page()
Dscif_nm.c77 if (scifdev_is_p2p(dev)) in scif_cleanup_qp()
114 if (scifdev_is_p2p(dev)) { in scif_cleanup_scifdev()
Dscif_main.h235 static inline bool scifdev_is_p2p(struct scif_dev *dev) in scifdev_is_p2p() function
Dscif_nodeqp.c280 if (scifdev_is_p2p(scifdev)) in scif_send_msg_intr()
Dscif_rma.c869 if (scifdev_is_p2p(ep->remote_dev)) { in scif_prep_remote_window()