Lines Matching defs:TxDescArray
605 struct TxDesc *TxDescArray; /* 256-aligned Tx descriptor ring */
3904 struct TxDesc *desc = tp->TxDescArray + entry;
4000 struct TxDesc *txd = tp->TxDescArray + entry;
4251 txd_first = tp->TxDescArray + entry;
4259 txd_last = tp->TxDescArray + entry;
4388 status = le32_to_cpu(READ_ONCE(tp->TxDescArray[entry].opts1));
4710 dma_free_coherent(&pdev->dev, R8169_TX_RING_BYTES, tp->TxDescArray,
4712 tp->TxDescArray = NULL;
4742 tp->TxDescArray = dma_alloc_coherent(&pdev->dev, R8169_TX_RING_BYTES,
4744 if (!tp->TxDescArray)
4785 dma_free_coherent(&pdev->dev, R8169_TX_RING_BYTES, tp->TxDescArray,
4787 tp->TxDescArray = NULL;
4841 if (tp->TxDescArray)
4880 if (!tp->TxDescArray) {