Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
DE100b.c1209 EtherHeader *hdr_ptr; in E100bReceive() local
1272 hdr_ptr = (EtherHeader *) &rx_ptr->RFDBuffer; in E100bReceive()
1284 if (hdr_ptr->dest_addr[Index] != AdapterInfo->CurrentNodeAddress[Index]) { in E100bReceive()
1293 if (hdr_ptr->dest_addr[Index] != AdapterInfo->BroadcastNodeAddress[Index]) { in E100bReceive()
1301 if ((hdr_ptr->dest_addr[0] & 1) == 1) { in E100bReceive()
1314 rx_dbptr->Protocol = hdr_ptr->type; in E100bReceive()
1317 rx_dbptr->SrcAddr[Index] = hdr_ptr->src_addr[Index]; in E100bReceive()
1318 rx_dbptr->DestAddr[Index] = hdr_ptr->dest_addr[Index]; in E100bReceive()