Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
DE100b.c1200 PXE_CPB_RECEIVE *rx_cpbptr; in E100bReceive() local
1223 rx_cpbptr = (PXE_CPB_RECEIVE *) (UINTN) cpb; in E100bReceive()
1266 if (pkt_len > rx_cpbptr->BufferLen) { in E100bReceive()
1267 Tmp_len = (UINT16) rx_cpbptr->BufferLen; in E100bReceive()
1270 CopyMem ((INT8 *) (UINTN) rx_cpbptr->BufferAddr, (INT8 *) &rx_ptr->RFDBuffer, Tmp_len); in E100bReceive()