Searched refs:TxDescArray (Results 1 – 1 of 1) sorted by relevance
713 struct TxDesc *TxDescArray; /* 256-aligned Tx descriptor ring */ member4026 struct TxDesc *desc = tp->TxDescArray + entry; in rtl8169_unmap_tx_skb()4122 struct TxDesc *txd = tp->TxDescArray + entry; in rtl8169_tx_map()4379 txd_first = tp->TxDescArray + entry; in rtl8169_start_xmit()4388 txd_last = tp->TxDescArray + entry; in rtl8169_start_xmit()4512 status = le32_to_cpu(READ_ONCE(tp->TxDescArray[entry].opts1)); in rtl_tx()4849 dma_free_coherent(&pdev->dev, R8169_TX_RING_BYTES, tp->TxDescArray, in rtl8169_close()4851 tp->TxDescArray = NULL; in rtl8169_close()4881 tp->TxDescArray = dma_alloc_coherent(&pdev->dev, R8169_TX_RING_BYTES, in rtl_open()4883 if (!tp->TxDescArray) in rtl_open()[all …]