Home | History | Annotate | Download | only in IScsiDxe

Lines Matching defs:VlanId

359   @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);
637 UINT16 VlanId;
648 VlanId = NetLibGetVlanId (Controller);
649 IScsiMacAddrToStr (&MacAddress, (UINT32) HwAddressSize, VlanId, MacString);
692 UINT16 VlanId;
714 VlanId = NetLibGetVlanId (Private->Controller);
715 IScsiMacAddrToStr (&MacAddress, (UINT32) HwAddressSize, VlanId, MacString);