Lines Matching refs:TxDescArray
611 struct TxDesc *TxDescArray; /* 256-aligned Tx descriptor ring */ member
3936 struct TxDesc *desc = tp->TxDescArray + entry; in rtl8169_unmap_tx_skb()
4036 struct TxDesc *txd = tp->TxDescArray + entry; in rtl8169_tx_map()
4293 txd_first = tp->TxDescArray + entry; in rtl8169_start_xmit()
4301 txd_last = tp->TxDescArray + entry; in rtl8169_start_xmit()
4448 status = le32_to_cpu(tp->TxDescArray[entry].opts1); in rtl_tx()
4744 dma_free_coherent(&pdev->dev, R8169_TX_RING_BYTES, tp->TxDescArray, in rtl8169_close()
4746 tp->TxDescArray = NULL; in rtl8169_close()
4776 tp->TxDescArray = dma_alloc_coherent(&pdev->dev, R8169_TX_RING_BYTES, in rtl_open()
4778 if (!tp->TxDescArray) in rtl_open()
4820 dma_free_coherent(&pdev->dev, R8169_TX_RING_BYTES, tp->TxDescArray, in rtl_open()
4822 tp->TxDescArray = NULL; in rtl_open()
4878 if (tp->TxDescArray) in rtl8169_runtime_resume()
4917 if (!tp->TxDescArray) { in rtl8169_runtime_suspend()