Searched refs:EtherType (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/ |
D | MnpVlan.c | 196 UINT16 *EtherType; in MnpInsertVlanTag() local 223 EtherType = (UINT16 *) (UINTN) (VlanTci + 1); in MnpInsertVlanTag() 224 *EtherType = HTONS (TxData->ProtocolType); in MnpInsertVlanTag()
|
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Pp2Dxe/ |
D | Pp2Dxe.c | 859 UINT16 EtherType; in Pp2SnpTransmit() local 895 EtherType = HTONS (*EtherTypePtr); in Pp2SnpTransmit() 913 CopyMem(DataPtr + NET_ETHER_ADDR_LEN * 2, &EtherType, 2); in Pp2SnpTransmit() 972 OUT UINT16 *EtherType OPTIONAL in Pp2SnpReceive() 1042 if (EtherType != NULL) { in Pp2SnpReceive() 1043 *EtherType = NTOHS (*(UINT16 *)(&DataPtr[12])); in Pp2SnpReceive()
|
D | Pp2Dxe.h | 612 OUT UINT16 *EtherType OPTIONAL
|
D | Mvpp2Lib.c | 322 IN UINT16 EtherType in Mvpp2PrsMatchEtype() argument 325 Mvpp2PrsTcamDataByteSet (Pe, Offset + 0, EtherType >> 8, 0xff); in Mvpp2PrsMatchEtype() 326 Mvpp2PrsTcamDataByteSet (Pe, Offset + 1, EtherType & 0xff, 0xff); in Mvpp2PrsMatchEtype()
|
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/ |
D | Snp.c | 1458 gBS->CopyMem (&Frame->EtherType, &ProtocolNet, sizeof (UINT16)); in SnpTransmit()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/ |
D | NetLib.h | 106 UINT16 EtherType; member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/ |
D | DxeNetLib.c | 341 Ether->EtherType = HTONS (0x0800); // IPv4 protocol in SyslogBuildPacket()
|