Searched refs:rx_ring (Results 1 – 3 of 3) sorted by relevance
459 RxFD rx_ring[RX_BUFFER_COUNT]; member604 RxFD *rx_ring; // array of rx buffers member
774 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()
992 RxPtr = &AdapterInfo->rx_ring[AdapterInfo->cur_rx_ind]; in UNDI_Status()