Home
last modified time | relevance | path

Searched refs:tx_fd_dma (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/wan/
Ddscc4.c219 dma_addr_t tx_fd_dma; member
427 dpriv->ltda = dpriv->tx_fd_dma + in dscc4_do_tx()
489 dma_free_coherent(d, TX_TOTAL_SIZE, tx_fd, dpriv->tx_fd_dma); in dscc4_release_ring()
1643 ring = dpriv->tx_fd_dma + in dscc4_tx_irq()
1923 ring = dma_alloc_coherent(d, TX_TOTAL_SIZE, &dpriv->tx_fd_dma, in dscc4_init_ring()
1936 tx_fd->data = cpu_to_le32(dpriv->tx_fd_dma); in dscc4_init_ring()
1937 (tx_fd++)->next = cpu_to_le32(dpriv->tx_fd_dma + in dscc4_init_ring()
1962 dma_free_coherent(d, TX_TOTAL_SIZE, ring, dpriv->tx_fd_dma); in dscc4_init_ring()