Searched refs:VlanId (Results 1 - 25 of 31) sorted by relevance

12

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DVlanConfig.h34 UINT16 VlanId; ///< Vlan Identifier. member in struct:__anon9348
44 configuration parameters. If the VlanId hasn't been configured in the
46 this VlanId is already configured, then related configuration will be updated
49 If VlanId is zero, the VLAN device will send and receive untagged frames.
50 Otherwise, the VLAN device will send and receive VLAN-tagged frames containing the VlanId.
51 If VlanId is out of scope of (0-4094), EFI_INVALID_PARAMETER is returned.
57 @param[in] VlanId A unique identifier (1-4094) of the VLAN which is being created
60 VlanId is zero (0), Priority is ignored.
65 - VlanId is an invalid VLAN Identifier.
74 IN UINT16 VlanId,
[all...]
H A DDevicePath.h914 UINT16 VlanId; member in struct:__anon8957
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
H A DMnpVlan.h29 @param[in] VlanId The VLAN ID.
39 IN UINT16 VlanId,
48 @param[out] VlanId Pointer to the returned VLAN ID.
58 OUT UINT16 *VlanId
126 configuration parameters. If the VlanId hasn't been configured in the
128 this VlanId is already configured, then related configuration will be updated
131 If VlanId is zero, the VLAN device will send and receive untagged frames.
132 Otherwise, the VLAN device will send and receive VLAN-tagged frames containing the VlanId.
133 If VlanId is out of scope of (0-4094), EFI_INVALID_PARAMETER is returned.
139 @param[in] VlanId
[all...]
H A DMnpVlan.c43 @param[in] VlanId The VLAN ID.
53 IN UINT16 VlanId,
82 VlanNode.VlanId = VlanId;
118 @param[out] VlanId Pointer to the returned VLAN ID.
128 OUT UINT16 *VlanId
147 *VlanId = 0;
157 *VlanId = VlanTag.Bits.Vid;
227 VlanTci->Bits.Vid = MnpServiceData->VlanId;
391 configuration parameters. If the VlanId has
50 MnpCreateVlanChild( IN EFI_HANDLE ImageHandle, IN EFI_HANDLE ControllerHandle, IN UINT16 VlanId, OUT EFI_DEVICE_PATH_PROTOCOL **Devicepath OPTIONAL ) argument
419 VlanConfigSet( IN EFI_VLAN_CONFIG_PROTOCOL *This, IN UINT16 VlanId, IN UINT8 Priority ) argument
[all...]
H A DMnpIo.c143 if (MnpServiceData->VlanId != 0) {
249 if (MnpServiceData->VlanId != 0) {
865 UINT16 VlanId; local
939 VlanId = 0;
944 IsVlanPacket = MnpRemoveVlanTag (MnpDeviceData, Nbuf, &VlanId);
949 MnpServiceData = MnpFindServiceData (MnpDeviceData, VlanId);
H A DComponentName.c135 // MNP (MAC=FF-FF-FF-FF-FF-FF, ProtocolType=0x0800, VlanId=0)
167 L", ProtocolType=0x%X, VlanId=%d)",
169 Instance->MnpServiceData->VlanId
H A DMnpConfig.c692 @param[in] VlanId The VLAN ID.
693 @param[in] Priority The VLAN priority. If VlanId is 0,
702 IN UINT16 VlanId,
741 if (VlanId != 0) {
748 VlanId,
778 // VlanId set to 0 means rx/tx untagged frame
785 MnpServiceData->VlanId = VlanId;
836 if (MnpServiceData->VlanId != 0) {
940 @param[in] VlanId Th
700 MnpCreateServiceData( IN MNP_DEVICE_DATA *MnpDeviceData, IN UINT16 VlanId, IN UINT8 Priority OPTIONAL ) argument
[all...]
H A DMnpDriver.h122 UINT16 VlanId; member in struct:__anon6873
H A DMnpImpl.h143 @param[in] VlanId The VLAN ID.
144 @param[in] Priority The VLAN priority. If VlanId is 0,
153 IN UINT16 VlanId,
208 @param[in] VlanId The VLAN ID.
216 IN UINT16 VlanId
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/VlanConfigDxe/
H A DVlanConfigNvData.h42 UINT16 VlanId; member in struct:__anon6904
H A DVlanConfigImpl.c264 VlanConfig->Set (VlanConfig, Configuration->VlanId, Configuration->Priority);
270 VlanHandle = NetLibGetVlanHandle (PrivateData->ControllerHandle, Configuration->VlanId);
283 Configuration->VlanId = 0;
297 VlanConfig->Remove (VlanConfig, PrivateData->VlanId[Index]);
411 ZeroMem (PrivateData->VlanId, MAX_VLAN_NUMBER);
418 // Pad VlanId string up to 4 characters with space
420 DigitalCount = UnicodeValueToString (VlanIdStr, 0, VlanData[Index].VlanId, 5);
448 PrivateData->VlanId[Index] = VlanData[Index].VlanId;
H A DVlanConfigImpl.h68 UINT16 VlanId[MAX_VLAN_NUMBER]; member in struct:__anon6903
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
H A DComponentName.c107 UINT16 VlanId; local
123 VlanId = NetLibGetVlanId (Private->Controller);
124 IScsiMacAddrToStr (&MacAddress, (UINT32) HwAddressSize, VlanId, MacString);
H A DIScsiConfig.h73 UINT16 VlanId; member in struct:_ISCSI_MAC_INFO
H A DIScsiMisc.c359 @param[in] VlanId VLAN ID of the network device.
366 IN UINT16 VlanId,
380 if (VlanId != 0) {
381 String += UnicodeSPrint (String, 6 * sizeof (CHAR16), L"\\%04x", (UINTN) VlanId);
651 UINT16 VlanId; local
662 VlanId = NetLibGetVlanId (Controller);
663 IScsiMacAddrToStr (&MacAddress, (UINT32) HwAddressSize, VlanId, MacString);
706 UINT16 VlanId; local
728 VlanId = NetLibGetVlanId (Private->Controller);
729 IScsiMacAddrToStr (&MacAddress, (UINT32) HwAddressSize, VlanId, MacStrin
363 IScsiMacAddrToStr( IN EFI_MAC_ADDRESS *Mac, IN UINT32 Len, IN UINT16 VlanId, OUT CHAR16 *Str ) argument
[all...]
H A DIScsiConfig.c200 UINT16 VlanId; local
245 VlanId = NetLibGetVlanId (Handles[HandleIndex]);
250 (CurMacInfo->VlanId == VlanId) &&
280 IScsiMacAddrToStr (&CurMacInfo->Mac, CurMacInfo->Len, CurMacInfo->VlanId, MacString);
304 CurMacInfo->VlanId = NetLibGetVlanId (Handles[Index]);
978 UINT16 VlanId; local
1019 VlanId = NetLibGetVlanId (Controller);
1021 IScsiMacAddrToStr (&MacAddress, (UINT32) HwAddressSize, VlanId, ConfigFormEntry->MacString);
H A DIScsiMisc.h127 @param[in] VlanId VLAN ID of the network device.
134 IN UINT16 VlanId,
/device/linaro/bootloader/edk2/NetworkPkg/Application/VConfig/
H A DVConfig.c266 VlanData[Index].VlanId,
373 UINTN VlanId; local
448 VlanId = StrToVlanId (VlanIdStr);
449 if (VlanId > 4094) {
468 Status = VlanConfig->Set (VlanConfig, (UINT16) VlanId, (UINT8) Priority);
477 VlanHandle = NetLibGetVlanHandle (Handle, (UINT16) VlanId);
506 UINTN VlanId; local
555 VlanId = StrToVlanId (VlanIdStr);
556 if (VlanId > 4094) {
564 Status = VlanConfig->Remove (VlanConfig, (UINT16) VlanId);
[all...]
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
H A DIScsiMisc.c285 @param[in] VlanId VLAN ID of the network device.
293 IN UINT16 VlanId,
307 if (VlanId != 0) {
308 String += UnicodeSPrint (String, 6 * sizeof (CHAR16), L"\\%04x", (UINTN) VlanId);
488 UINT16 VlanId; local
501 VlanId = NetLibGetVlanId (Controller);
510 NicInfo->VlanId == VlanId) {
530 NicInfo->VlanId = VlanId;
290 IScsiMacAddrToStr( IN EFI_MAC_ADDRESS *Mac, IN UINT32 Len, IN UINT16 VlanId, OUT CHAR16 *Str ) argument
575 UINT16 VlanId; local
932 UINT16 VlanId; local
[all...]
H A DIScsiMisc.h112 @param[in] VlanId VLAN ID of the network device.
120 IN UINT16 VlanId,
H A DIScsiDriver.h78 UINT16 VlanId; member in struct:__anon9552
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerUiLib/
H A DDeviceManager.c119 UINT16 VlanId; local
123 VlanId = 0;
164 VlanId = ((VLAN_DEVICE_PATH *) Node)->VlanId;
169 if (VlanId != 0) {
171 String += UnicodeValueToString (String, PREFIX_ZERO | RADIX_HEX, VlanId, 4);
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
H A DDeviceManager.c359 UINT16 VlanId; local
363 VlanId = 0;
404 VlanId = ((VLAN_DEVICE_PATH *) Node)->VlanId;
409 if (VlanId != 0) {
411 String += UnicodeValueToString (String, PREFIX_ZERO | RADIX_HEX, VlanId, 4);
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
H A DDxeNetLib.c2014 return ((VLAN_DEVICE_PATH *) Node)->VlanId;
2031 @param[in] VlanId The configured VLAN ID for the VLAN device.
2040 IN UINT16 VlanId
2058 VlanNode.VlanId = VlanId;
2225 UINT16 VlanId; local
2261 VlanId = NetLibGetVlanId (ServiceHandle);
2262 if (VlanId != 0) {
2264 String += UnicodeValueToString (String, PREFIX_ZERO | RADIX_HEX, VlanId, 4);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
H A DEfiDevicePath.h372 UINT16 VlanId; member in struct:__anon4224

Completed in 215 milliseconds

12