Searched refs:src_map (Results 1 – 3 of 3) sorted by relevance
656 struct ring_info *src_map, *map; in b44_alloc_rx_skb() local663 src_map = NULL; in b44_alloc_rx_skb()665 src_map = &bp->rx_buffers[src_idx]; in b44_alloc_rx_skb()709 if (src_map != NULL) in b44_alloc_rx_skb()710 src_map->skb = NULL; in b44_alloc_rx_skb()731 struct ring_info *src_map, *dest_map; in b44_recycle_rx() local740 src_map = &bp->rx_buffers[src_idx]; in b44_recycle_rx()742 dest_map->skb = src_map->skb; in b44_recycle_rx()743 rh = (struct rx_header *) src_map->skb->data; in b44_recycle_rx()746 dest_map->mapping = src_map->mapping; in b44_recycle_rx()[all …]
6749 struct ring_info *src_map, *dest_map; in tg3_recycle_rx() local6759 src_map = &spr->rx_std_buffers[src_idx]; in tg3_recycle_rx()6767 src_map = &spr->rx_jmb_buffers[src_idx]; in tg3_recycle_rx()6774 dest_map->data = src_map->data; in tg3_recycle_rx()6776 dma_unmap_addr(src_map, mapping)); in tg3_recycle_rx()6785 src_map->data = NULL; in tg3_recycle_rx()
1357 __le16 src_map = fld.saddr; in dn_route_input_slow() local1368 src_map = fld.saddr; /* no NAT support for now */ in dn_route_input_slow()1383 fld.saddr = src_map; in dn_route_input_slow()