Home
last modified time | relevance | path

Searched refs:src_map (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c95 struct iosys_map src_map, dst_map; in ttm_move_memcpy() local
118 src_ops->map_local(src_iter, &src_map, i); in ttm_move_memcpy()
120 drm_memcpy_from_wc(&dst_map, &src_map, PAGE_SIZE); in ttm_move_memcpy()
123 src_ops->unmap_local(src_iter, &src_map); in ttm_move_memcpy()
/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c6766 struct ring_info *src_map, *dest_map; in tg3_recycle_rx() local
6776 src_map = &spr->rx_std_buffers[src_idx]; in tg3_recycle_rx()
6784 src_map = &spr->rx_jmb_buffers[src_idx]; in tg3_recycle_rx()
6791 dest_map->data = src_map->data; in tg3_recycle_rx()
6793 dma_unmap_addr(src_map, mapping)); in tg3_recycle_rx()
6802 src_map->data = NULL; in tg3_recycle_rx()