Searched refs:src_map (Results 1 – 4 of 4) sorted by relevance
69 SectorMap src_map = buff->soft_error_map | buff->hard_error_map; in convert_sector_map() local73 if (bad_map || src_map) { in convert_sector_map()75 TRACE(ft_t_flow, "src_map = 0x%08lx", (long) src_map); in convert_sector_map()79 if (src_map & 1) { in convert_sector_map()82 src_map >>= 1; in convert_sector_map()87 src_map >>= 1; in convert_sector_map()90 if (src_map) { in convert_sector_map()91 dst_map |= (src_map << i); in convert_sector_map()
602 struct ring_info *src_map, *map; in b44_alloc_rx_skb() local609 src_map = NULL; in b44_alloc_rx_skb()611 src_map = &bp->rx_buffers[src_idx]; in b44_alloc_rx_skb()632 if (src_map != NULL) in b44_alloc_rx_skb()633 src_map->skb = NULL; in b44_alloc_rx_skb()649 struct ring_info *src_map, *dest_map; in b44_recycle_rx() local658 src_map = &bp->rx_buffers[src_idx]; in b44_recycle_rx()660 dest_map->skb = src_map->skb; in b44_recycle_rx()661 rh = (struct rx_header *) src_map->skb->data; in b44_recycle_rx()665 pci_unmap_addr(src_map, mapping)); in b44_recycle_rx()[all …]
2591 struct ring_info *map, *src_map; in tg3_alloc_rx_skb() local2596 src_map = NULL; in tg3_alloc_rx_skb()2603 src_map = &tp->rx_std_buffers[src_idx]; in tg3_alloc_rx_skb()2612 src_map = &tp->rx_jumbo_buffers[src_idx]; in tg3_alloc_rx_skb()2640 if (src_map != NULL) in tg3_alloc_rx_skb()2641 src_map->skb = NULL; in tg3_alloc_rx_skb()2657 struct ring_info *src_map, *dest_map; in tg3_recycle_rx() local2666 src_map = &tp->rx_std_buffers[src_idx]; in tg3_recycle_rx()2674 src_map = &tp->rx_jumbo_buffers[src_idx]; in tg3_recycle_rx()2681 dest_map->skb = src_map->skb; in tg3_recycle_rx()[all …]
1466 u32 src_map = saddr; in ip_route_input_slow() local1468 src_map = fib_rules_policy(saddr, &res, &flags); in ip_route_input_slow()1481 key.src = src_map; in ip_route_input_slow()