Searched refs:RxDescArray (Results 1 – 1 of 1) sorted by relevance
660 struct RxDesc *RxDescArray; /* 256-aligned Rx descriptor ring */ member5793 tp->RxDescArray + i); in rtl8169_rx_clear()5810 data = rtl8169_alloc_rx_data(tp, tp->RxDescArray + i); in rtl8169_rx_fill()5812 rtl8169_make_unusable_by_asic(tp->RxDescArray + i); in rtl8169_rx_fill()5818 rtl8169_mark_as_last_descriptor(tp->RxDescArray + NUM_RX_DESC - 1); in rtl8169_rx_fill()5890 rtl8169_mark_to_asic(tp->RxDescArray + i); in rtl_reset_work()6380 struct RxDesc *desc = tp->RxDescArray + entry; in rtl_rx()6679 dma_free_coherent(&pdev->dev, R8169_RX_RING_BYTES, tp->RxDescArray, in rtl8169_close()6684 tp->RxDescArray = NULL; in rtl8169_close()6717 tp->RxDescArray = dma_alloc_coherent(&pdev->dev, R8169_RX_RING_BYTES, in rtl_open()[all …]