Lines Matching refs:TxDescArray
605 struct TxDesc *TxDescArray; /* 256-aligned Tx descriptor ring */ member
3930 struct TxDesc *desc = tp->TxDescArray + entry; in rtl8169_unmap_tx_skb()
4030 struct TxDesc *txd = tp->TxDescArray + entry; in rtl8169_tx_map()
4212 txd_first = tp->TxDescArray + entry; in rtl8169_start_xmit()
4241 txd_last = tp->TxDescArray + entry; in rtl8169_start_xmit()
4403 status = le32_to_cpu(tp->TxDescArray[entry].opts1); in rtl_tx()
4701 dma_free_coherent(&pdev->dev, R8169_TX_RING_BYTES, tp->TxDescArray, in rtl8169_close()
4703 tp->TxDescArray = NULL; in rtl8169_close()
4732 tp->TxDescArray = dma_alloc_coherent(&pdev->dev, R8169_TX_RING_BYTES, in rtl_open()
4734 if (!tp->TxDescArray) in rtl_open()
4775 dma_free_coherent(&pdev->dev, R8169_TX_RING_BYTES, tp->TxDescArray, in rtl_open()
4777 tp->TxDescArray = NULL; in rtl_open()
4834 if (tp->TxDescArray) in rtl8169_net_resume()
4873 if (!tp->TxDescArray) { in rtl8169_runtime_suspend()