Searched refs:tx_bufs_dma (Results 1 – 2 of 2) sorted by relevance
597 dma_addr_t tx_bufs_dma; member1330 &tp->tx_bufs_dma, GFP_KERNEL); in rtl8139_open()1338 tp->tx_bufs, tp->tx_bufs_dma); in rtl8139_open()1426 RTL_W32_F (TxAddr0 + (i * 4), tp->tx_bufs_dma + (tp->tx_buf[i] - tp->tx_bufs)); in rtl8139_hw_start()2287 tp->tx_bufs, tp->tx_bufs_dma); in rtl8139_close()
458 dma_addr_t tx_bufs_dma; member1175 &rp->tx_bufs_dma, in alloc_ring()1207 rp->tx_bufs, rp->tx_bufs_dma); in free_ring()1821 rp->tx_ring[entry].addr = cpu_to_le32(rp->tx_bufs_dma + in rhine_start_tx()