Searched refs:dest_map (Results 1 – 3 of 3) sorted by relevance
711 struct ring_info *src_map, *dest_map; in b44_recycle_rx() local718 dest_map = &bp->rx_buffers[dest_idx]; in b44_recycle_rx()722 dest_map->skb = src_map->skb; in b44_recycle_rx()726 dest_map->mapping = src_map->mapping; in b44_recycle_rx()749 dma_sync_single_for_device(bp->sdev->dma_dev, dest_map->mapping, in b44_recycle_rx()
6766 struct ring_info *src_map, *dest_map; in tg3_recycle_rx() local6774 dest_map = &dpr->rx_std_buffers[dest_idx]; in tg3_recycle_rx()6782 dest_map = &dpr->rx_jmb_buffers[dest_idx]; in tg3_recycle_rx()6791 dest_map->data = src_map->data; in tg3_recycle_rx()6792 dma_unmap_addr_set(dest_map, mapping, in tg3_recycle_rx()
1108 struct map *dest_map; in machine__map_x86_64_entry_trampolines_cb() local1114 dest_map = maps__find(args->kmaps, map__pgoff(map)); in machine__map_x86_64_entry_trampolines_cb()1115 if (RC_CHK_ACCESS(dest_map) != RC_CHK_ACCESS(map)) in machine__map_x86_64_entry_trampolines_cb()1116 map__set_pgoff(map, map__map_ip(dest_map, map__pgoff(map))); in machine__map_x86_64_entry_trampolines_cb()1118 map__put(dest_map); in machine__map_x86_64_entry_trampolines_cb()