Home
last modified time | relevance | path

Searched refs:map_mode (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ttm_buffer.c182 vsgt->mode = dev_priv->map_mode; in vmw_ttm_map_dma()
188 switch (dev_priv->map_mode) { in vmw_ttm_map_dma()
240 switch (dev_priv->map_mode) { in vmw_ttm_unmap_dma()
342 if (vmw_be->dev_priv->map_mode == vmw_dma_map_bind) in vmw_ttm_unbind()
417 if (vmw_be->dev_priv->map_mode == vmw_dma_alloc_coherent || external) in vmw_ttm_tt_create()
H A Dvmwgfx_drv.c658 dev_priv->map_mode = vmw_dma_alloc_coherent; in vmw_dma_select_mode()
660 dev_priv->map_mode = vmw_dma_map_bind; in vmw_dma_select_mode()
662 dev_priv->map_mode = vmw_dma_map_populate; in vmw_dma_select_mode()
665 "DMA map mode: %s\n", names[dev_priv->map_mode]); in vmw_dma_select_mode()
1026 (dev_priv->map_mode == vmw_dma_alloc_coherent) ? in vmw_driver_load()
H A Dvmwgfx_drv.h595 enum vmw_dma_map_mode map_mode; member
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c705 ulong *map_mode = ptys2ethtool_link_mode(&ptys2ethtool_map[i], in ethtool2ptys_link_modes() local
707 if (linkmode_intersects(map_mode, link_modes)) in ethtool2ptys_link_modes()