Lines Matching refs:cur_phys
512 dma_addr_t tail_p, cur_phys;
527 cur_phys = dma_map_single(ndev->dev.parent, skb->data,
529 if (dma_mapping_error(ndev->dev.parent, cur_phys))
531 nixge_hw_dma_bd_set_phys(cur_p, cur_phys);
536 tx_skb->mapping = cur_phys;
547 cur_phys = skb_frag_dma_map(ndev->dev.parent, frag, 0,
550 if (dma_mapping_error(ndev->dev.parent, cur_phys))
552 nixge_hw_dma_bd_set_phys(cur_p, cur_phys);
557 tx_skb->mapping = cur_phys;
600 dma_addr_t tail_p = 0, cur_phys = 0;
644 cur_phys = dma_map_single(ndev->dev.parent, new_skb->data,
647 if (dma_mapping_error(ndev->dev.parent, cur_phys)) {
651 nixge_hw_dma_bd_set_phys(cur_p, cur_phys);