Lines Matching refs:TxDescArray
603 struct TxDesc *TxDescArray; /* 256-aligned Tx descriptor ring */ member
3883 struct TxDesc *desc = tp->TxDescArray + entry; in rtl8169_unmap_tx_skb()
3979 struct TxDesc *txd = tp->TxDescArray + entry; in rtl8169_tx_map()
4230 txd_first = tp->TxDescArray + entry; in rtl8169_start_xmit()
4238 txd_last = tp->TxDescArray + entry; in rtl8169_start_xmit()
4367 status = le32_to_cpu(READ_ONCE(tp->TxDescArray[entry].opts1)); in rtl_tx()
4677 dma_free_coherent(&pdev->dev, R8169_TX_RING_BYTES, tp->TxDescArray, in rtl8169_close()
4679 tp->TxDescArray = NULL; in rtl8169_close()
4709 tp->TxDescArray = dma_alloc_coherent(&pdev->dev, R8169_TX_RING_BYTES, in rtl_open()
4711 if (!tp->TxDescArray) in rtl_open()
4752 dma_free_coherent(&pdev->dev, R8169_TX_RING_BYTES, tp->TxDescArray, in rtl_open()
4754 tp->TxDescArray = NULL; in rtl_open()
4808 if (tp->TxDescArray) in rtl8169_runtime_resume()
4847 if (!tp->TxDescArray) { in rtl8169_runtime_suspend()