Searched refs:tx_phys (Results 1 – 3 of 3) sorted by relevance
| /drivers/net/ethernet/hisilicon/ |
| A D | hip04_eth.c | 229 dma_addr_t tx_phys[TX_DESC_NUM]; member 469 if (priv->tx_phys[tx_tail]) { in hip04_tx_reclaim() 470 dma_unmap_single(priv->dev, priv->tx_phys[tx_tail], in hip04_tx_reclaim() 473 priv->tx_phys[tx_tail] = 0; in hip04_tx_reclaim() 528 priv->tx_phys[tx_head] = phys; in hip04_mac_start_xmit()
|
| /drivers/firmware/tegra/ |
| A D | ivc.c | 647 dma_addr_t rx_phys, const struct iosys_map *tx, dma_addr_t tx_phys, in tegra_ivc_init() argument 687 ivc->tx.phys = tx_phys; in tegra_ivc_init()
|
| /drivers/tty/serial/ |
| A D | atmel_serial.c | 137 dma_addr_t tx_phys; member 909 dma_unmap_single(port->dev, atmel_port->tx_phys, in atmel_release_tx_dma() 960 phys_addr = atmel_port->tx_phys + tail; in atmel_tx_dma() 992 dma_sync_single_for_device(port->dev, atmel_port->tx_phys, in atmel_tx_dma() 1037 atmel_port->tx_phys = dma_map_single(port->dev, tport->xmit_buf, in atmel_prepare_tx_dma() 1040 if (dma_mapping_error(port->dev, atmel_port->tx_phys)) { in atmel_prepare_tx_dma() 1046 &atmel_port->tx_phys); in atmel_prepare_tx_dma()
|
Completed in 17 milliseconds