Home | History | Annotate | Download | only in VirtioNetDxe

Lines Matching refs:Mac

40   @param  SrcAddr    The source HW MAC address. If HeaderSize is zero, then

43 for the source HW MAC address.
44 @param DestAddr The destination HW MAC address. If HeaderSize is zero,
119 // dst MAC, src MAC, Ethertype
130 ASSERT (SIZE_OF_VNET (Mac) <= sizeof (EFI_MAC_ADDRESS));
132 CopyMem (Ptr, DestAddr, SIZE_OF_VNET (Mac));
133 Ptr += SIZE_OF_VNET (Mac);
137 SIZE_OF_VNET (Mac));
138 Ptr += SIZE_OF_VNET (Mac);