Lines Matching refs:src_map
602 struct ring_info *src_map, *map; in b44_alloc_rx_skb() local
609 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() local
658 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()
675 src_map->skb = NULL; in b44_recycle_rx()