Searched refs:txcmd_phys (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/iwlwifi/
H A Diwl-agn-tx.c524 dma_addr_t txcmd_phys; local
690 txcmd_phys = pci_map_single(priv->pci_dev,
693 dma_unmap_addr_set(out_meta, mapping, txcmd_phys);
698 txcmd_phys, len, 1, 0);
718 scratch_phys = txcmd_phys + sizeof(struct iwl_cmd_header) +
724 pci_dma_sync_single_for_cpu(priv->pci_dev, txcmd_phys,
740 pci_dma_sync_single_for_device(priv->pci_dev, txcmd_phys,
H A Diwl3945-base.c468 dma_addr_t txcmd_phys; local
615 txcmd_phys = pci_map_single(priv->pci_dev, &out_cmd->hdr,
619 dma_unmap_addr_set(out_meta, mapping, txcmd_phys);
625 txcmd_phys, len, 1, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-agn-tx.c524 dma_addr_t txcmd_phys; local
690 txcmd_phys = pci_map_single(priv->pci_dev,
693 dma_unmap_addr_set(out_meta, mapping, txcmd_phys);
698 txcmd_phys, len, 1, 0);
718 scratch_phys = txcmd_phys + sizeof(struct iwl_cmd_header) +
724 pci_dma_sync_single_for_cpu(priv->pci_dev, txcmd_phys,
740 pci_dma_sync_single_for_device(priv->pci_dev, txcmd_phys,
H A Diwl3945-base.c468 dma_addr_t txcmd_phys; local
615 txcmd_phys = pci_map_single(priv->pci_dev, &out_cmd->hdr,
619 dma_unmap_addr_set(out_meta, mapping, txcmd_phys);
625 txcmd_phys, len, 1, 0);

Completed in 135 milliseconds