Searched refs:RxDescRing (Results 1 – 2 of 2) sorted by relevance
231 tp->Rx_iobuf[i] = sis190_alloc_rx_iob(tp->RxDescRing + i); in sis190_rx_fill()258 struct RxDesc *desc = tp->RxDescRing + entry; in sis190_process_rx()394 sis190_mark_as_last_descriptor(tp->RxDescRing + NUM_RX_DESC - 1); in sis190_init_ring()571 tp->RxDescRing = malloc_dma(RX_RING_BYTES, RING_ALIGNMENT); in sis190_open()572 if (!tp->RxDescRing) { in sis190_open()577 tp->rx_dma = cpu_to_le32(virt_to_bus(tp->RxDescRing)); in sis190_open()611 free_dma(tp->RxDescRing, RX_RING_BYTES); in sis190_free()614 tp->RxDescRing = NULL; in sis190_free()
260 struct RxDesc *RxDescRing; member