Searched refs:src_map (Results 1 – 3 of 3) sorted by relevance
661 struct ring_info *src_map, *map; in b44_alloc_rx_skb() local668 src_map = NULL; in b44_alloc_rx_skb()670 src_map = &bp->rx_buffers[src_idx]; in b44_alloc_rx_skb()714 if (src_map != NULL) in b44_alloc_rx_skb()715 src_map->skb = NULL; in b44_alloc_rx_skb()736 struct ring_info *src_map, *dest_map; in b44_recycle_rx() local745 src_map = &bp->rx_buffers[src_idx]; in b44_recycle_rx()747 dest_map->skb = src_map->skb; in b44_recycle_rx()748 rh = (struct rx_header *) src_map->skb->data; in b44_recycle_rx()751 dest_map->mapping = src_map->mapping; in b44_recycle_rx()[all …]
6728 struct ring_info *src_map, *dest_map; in tg3_recycle_rx() local6738 src_map = &spr->rx_std_buffers[src_idx]; in tg3_recycle_rx()6746 src_map = &spr->rx_jmb_buffers[src_idx]; in tg3_recycle_rx()6753 dest_map->data = src_map->data; in tg3_recycle_rx()6755 dma_unmap_addr(src_map, mapping)); in tg3_recycle_rx()6764 src_map->data = NULL; in tg3_recycle_rx()
1362 __le16 src_map = fld.saddr; in dn_route_input_slow() local1373 src_map = fld.saddr; /* no NAT support for now */ in dn_route_input_slow()1388 fld.saddr = src_map; in dn_route_input_slow()