HomeSort by relevance Sort by last modified time
    Searched refs:NumberOfVlan (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
MnpVlan.c 238 @param[in] NumberOfVlan Pointer to number of VLAN.
249 IN UINTN NumberOfVlan,
263 for (Index = 0; Index < NumberOfVlan; Index++) {
264 for (Index2 = Index + 1; Index2 < NumberOfVlan; Index2++) {
272 for (Index2 = Index +1; Index2 < NumberOfVlan; Index++, Index2++) {
279 *NewNumberOfVlan = NumberOfVlan - Count;
291 @param[out] NumberOfVlan Pointer to number of VLAN to be returned.
296 and number of VLAN was returned in NumberOfVlan.
304 OUT UINTN *NumberOfVlan,
351 *NumberOfVlan = NewNumberOfVlan;
    [all...]
MnpVlan.h 86 @param[out] NumberOfVlan Pointer to number of VLAN to be returned.
91 and number of VLAN was returned in NumberOfVlan.
99 OUT UINTN *NumberOfVlan,
107 @param[in] NumberOfVlan Number of VLAN in array VlanVariable.
117 IN UINTN NumberOfVlan,
169 @param[out] NumberOfVlan The number of VLANs which is found by the specified criteria.
184 OUT UINT16 *NumberOfVlan,
MnpDriver.c 164 UINTN NumberOfVlan;
203 MnpDeviceData->NumberOfVlan = 0;
226 NumberOfVlan = 0;
227 Status = MnpGetVlanVariable (MnpDeviceData, &NumberOfVlan, &VlanVariable);
232 MnpDeviceData->NumberOfVlan = 0;
241 MnpDeviceData->NumberOfVlan = NumberOfVlan;
242 for (Index = 0; Index < NumberOfVlan; Index++) {
MnpDriver.h 54 UINTN NumberOfVlan;
MnpIo.c 940 if (MnpDeviceData->NumberOfVlan != 0) {
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
VlanConfig.h 87 @param[out] NumberOfVlan The number of VLANs which is found by the specified criteria.
102 OUT UINT16 *NumberOfVlan,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/VlanConfigDxe/
VlanConfigImpl.c 291 ASSERT (PrivateData->NumberOfVlan <= MAX_VLAN_NUMBER);
292 for (Index = 0; Index < PrivateData->NumberOfVlan; Index++) {
302 if (PrivateData->NumberOfVlan == 0) {
305 // Note: PrivateData->NumberOfVlan has been updated by VlanUpdateForm()
349 UINT16 NumberOfVlan;
366 NumberOfVlan = 0;
368 VlanConfig->Find (VlanConfig, NULL, &NumberOfVlan, &VlanData);
373 if (NumberOfVlan > MAX_VLAN_NUMBER) {
374 NumberOfVlan = MAX_VLAN_NUMBER;
376 PrivateData->NumberOfVlan = NumberOfVlan;
    [all...]
VlanConfigImpl.h 67 UINT16 NumberOfVlan;
  /device/linaro/bootloader/edk2/NetworkPkg/Application/VConfig/
VConfig.c 231 UINT16 NumberOfVlan;
248 Status = VlanConfig->Find (VlanConfig, NULL, &NumberOfVlan, &VlanData);
259 for (Index = 0; Index < NumberOfVlan; Index++) {
510 UINT16 NumberOfVlan;
578 Status = VlanConfig->Find (VlanConfig, NULL, &NumberOfVlan, &VlanData);

Completed in 543 milliseconds