Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/mic/scif/
Dscif_map.h37 if (va && scifdev_is_p2p(scifdev)) in scif_alloc_coherent()
50 if (scifdev_is_p2p(scifdev) && local > scifdev->base_addr) in scif_free_coherent()
70 else if (scifdev_is_p2p(scifdev)) in scif_map_single()
83 if (scifdev_is_p2p(scifdev)) in scif_unmap_single()
129 else if (scifdev_is_p2p(scifdev)) in scif_map_page()
Dscif_nm.c86 if (scifdev_is_p2p(dev)) in scif_cleanup_qp()
123 if (scifdev_is_p2p(dev)) { in scif_cleanup_scifdev()
Dscif_main.h244 static inline bool scifdev_is_p2p(struct scif_dev *dev) in scifdev_is_p2p() function
Dscif_nodeqp.c289 if (scifdev_is_p2p(scifdev)) in scif_send_msg_intr()
Dscif_rma.c885 if (scifdev_is_p2p(ep->remote_dev)) { in scif_prep_remote_window()