Lines Matching defs:TxDescArray
609 struct TxDesc *TxDescArray; /* 256-aligned Tx descriptor ring */
3952 struct TxDesc *desc = tp->TxDescArray + entry;
4052 struct TxDesc *txd = tp->TxDescArray + entry;
4289 txd_first = tp->TxDescArray + entry;
4318 txd_last = tp->TxDescArray + entry;
4482 status = le32_to_cpu(READ_ONCE(tp->TxDescArray[entry].opts1));
4800 dma_free_coherent(&pdev->dev, R8169_TX_RING_BYTES, tp->TxDescArray,
4802 tp->TxDescArray = NULL;
4831 tp->TxDescArray = dma_alloc_coherent(&pdev->dev, R8169_TX_RING_BYTES,
4833 if (!tp->TxDescArray)
4874 dma_free_coherent(&pdev->dev, R8169_TX_RING_BYTES, tp->TxDescArray,
4876 tp->TxDescArray = NULL;
4933 if (tp->TxDescArray)
4972 if (!tp->TxDescArray) {