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

/linux-4.1.27/drivers/net/wan/
H A Ddscc4.c219 dma_addr_t tx_fd_dma; member in struct:dscc4_dev_priv
430 dpriv->ltda = dpriv->tx_fd_dma + dscc4_do_tx()
492 pci_free_consistent(pdev, TX_TOTAL_SIZE, tx_fd, dpriv->tx_fd_dma); dscc4_release_ring()
1650 ring = dpriv->tx_fd_dma + dscc4_tx_irq()
1923 ring = pci_alloc_consistent(pdev, TX_TOTAL_SIZE, &dpriv->tx_fd_dma); dscc4_init_ring()
1935 tx_fd->data = cpu_to_le32(dpriv->tx_fd_dma); dscc4_init_ring()
1936 (tx_fd++)->next = cpu_to_le32(dpriv->tx_fd_dma + dscc4_init_ring()
1961 pci_free_consistent(pdev, TX_TOTAL_SIZE, ring, dpriv->tx_fd_dma); dscc4_init_ring()

Completed in 57 milliseconds