Home
last modified time | relevance | path

Searched full:set_map (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/of/
H A Ddevice.c90 bool coherent, set_map = false; in of_dma_configure_id() local
116 set_map = true; in of_dma_configure_id()
143 if (set_map) { in of_dma_configure_id()
155 if (set_map) in of_dma_configure_id()
/linux/include/linux/
H A Dvdpa.h320 * @set_map: Set device memory mapping (optional)
433 int (*set_map)(struct vdpa_device *vdev, unsigned int asid,
430 int (*set_map)(struct vdpa_device *vdev, unsigned int asid, global() member
/linux/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c3687 .set_map = mlx5_vdpa_set_map,