Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
DE100b.c1202 RxFD *rx_ptr; in E100bReceive() local
1226 rx_ptr = &AdapterInfo->rx_ring[AdapterInfo->cur_rx_ind]; in E100bReceive()
1231 while ((status = rx_ptr->cb_header.status) & RX_COMPLETE) { in E100bReceive()
1237 if (rx_ptr->forwarded) { in E100bReceive()
1261 pkt_len = (UINT16) (rx_ptr->ActualCount & 0x3fff); in E100bReceive()
1270 CopyMem ((INT8 *) (UINTN) rx_cpbptr->BufferAddr, (INT8 *) &rx_ptr->RFDBuffer, Tmp_len); in E100bReceive()
1272 hdr_ptr = (EtherHeader *) &rx_ptr->RFDBuffer; in E100bReceive()
1321 rx_ptr->forwarded = TRUE; in E100bReceive()
1341 rx_ptr = &AdapterInfo->rx_ring[AdapterInfo->cur_rx_ind]; in E100bReceive()
1655 RxFD *rx_ptr; in SetupReceiveQueues() local
[all …]