Searched refs:RxDescArray (Results 1 – 2 of 2) sorted by relevance
1494 struct RxDesc *RxDescArray; /* 256-aligned Rx descriptor ring */ member
3641 rxd = tp->RxDescArray; in rtl8168_mac_loopback_test()25772 tp->RxDescArray = dma_alloc_coherent(&pdev->dev, R8168_RX_RING_BYTES, in rtl8168_open()25774 if (!tp->RxDescArray) in rtl8168_open()25845 if (tp->RxDescArray != NULL) { in rtl8168_open()25846 dma_free_coherent(&pdev->dev, R8168_RX_RING_BYTES, tp->RxDescArray, in rtl8168_open()25848 tp->RxDescArray = NULL; in rtl8168_open()27166 tp->RxDescArray + i); in rtl8168_rx_clear()27186 tp->RxDescArray + i, in rtl8168_rx_fill()27232 if (tp->RxDescArray == NULL) return; in rtl8168_rx_desc_offset0_init()27239 … tp->RxDescArray[i].opts1 = cpu_to_le32((ownbit | RingEnd) | (unsigned long)tp->rx_buf_sz); in rtl8168_rx_desc_offset0_init()[all …]