Home
last modified time | relevance | path

Searched refs:rx_ring (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
DE100b.h459 RxFD rx_ring[RX_BUFFER_COUNT]; member
604 RxFD *rx_ring; // array of rx buffers member
DE100b.c774 AdapterInfo->rx_ring = (RxFD *) (UINTN) (AdapterInfo->MemoryPtr); in E100bInit()
1226 rx_ptr = &AdapterInfo->rx_ring[AdapterInfo->cur_rx_ind]; in E100bReceive()
1341 rx_ptr = &AdapterInfo->rx_ring[AdapterInfo->cur_rx_ind]; in E100bReceive()
1660 rx_ptr = (&AdapterInfo->rx_ring[0]); in SetupReceiveQueues()
1685 tail_ptr = (&AdapterInfo->rx_ring[AdapterInfo->RxBufCnt - 1]); in SetupReceiveQueues()
1719 rx_ptr = &AdapterInfo->rx_ring[rx_index]; in Recycle_RFD()
DDecode.c992 RxPtr = &AdapterInfo->rx_ring[AdapterInfo->cur_rx_ind]; in UNDI_Status()