Home | History | Annotate | Download | only in Protocol

Lines Matching defs:VlanId

34   UINT16          VlanId;     ///< Vlan Identifier.

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,
85 @param[in] VlanId Pointer to VLAN identifier. Set to NULL to find all
93 - Specified VlanId is invalid.
101 IN UINT16 *VlanId OPTIONAL,
110 If the VlanId is out of the scope of (0-4094), EFI_INVALID_PARAMETER is returned.
114 @param[in] VlanId Identifier (0-4094) of the VLAN to be removed.
119 - VlanId is an invalid parameter.
127 IN UINT16 VlanId