Searched refs:TxDescArray (Results 1 – 2 of 2) sorted by relevance
1493 struct TxDesc *TxDescArray; /* 256-aligned Tx descriptor ring */ member
3640 txd = tp->TxDescArray; in rtl8168_mac_loopback_test()25767 tp->TxDescArray = dma_alloc_coherent(&pdev->dev, R8168_TX_RING_BYTES, in rtl8168_open()25769 if (!tp->TxDescArray) in rtl8168_open()25851 if (tp->TxDescArray != NULL) { in rtl8168_open()25852 dma_free_coherent(&pdev->dev, R8168_TX_RING_BYTES, tp->TxDescArray, in rtl8168_open()25854 tp->TxDescArray = NULL; in rtl8168_open()27218 memset(tp->TxDescArray, 0x0, NUM_TX_DESC * sizeof(struct TxDesc)); in rtl8168_tx_desc_init()27222 tp->TxDescArray[i].opts1 = cpu_to_le32(RingEnd); in rtl8168_tx_desc_init()27308 tp->TxDescArray + entry); in rtl8168_tx_clear_range()27518 txd = tp->TxDescArray + entry;[all …]