Searched refs:Mvpp2Memset (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Pp2Dxe/ |
D | Mvpp2Lib.c | 630 Mvpp2Memset (&Pe, 0, sizeof (MVPP2_PRS_ENTRY)); in Mvpp2PrsMacDropAllSet() 671 Mvpp2Memset (&Pe, 0, sizeof (MVPP2_PRS_ENTRY)); in Mvpp2PrsMacPromiscSet() 721 Mvpp2Memset (&Pe, 0, sizeof (MVPP2_PRS_ENTRY)); in Mvpp2PrsMacMultiSet() 778 Mvpp2Memset (&Pe, 0, sizeof (MVPP2_PRS_ENTRY)); in Mvpp2PrsDsaTagSet() 843 Mvpp2Memset (&Pe, 0, sizeof (MVPP2_PRS_ENTRY)); in Mvpp2PrsDsaTagEthertypeSet() 1002 Mvpp2Memset (Pe, 0 , sizeof (MVPP2_PRS_ENTRY)); in Mvpp2PrsVlanAdd() 1160 Mvpp2Memset (Pe, 0, sizeof (MVPP2_PRS_ENTRY)); in Mvpp2PrsDoubleVlanAdd() 1212 Mvpp2Memset (&Pe, 0, sizeof (MVPP2_PRS_ENTRY)); in Mvpp2PrsIp4Proto() 1280 Mvpp2Memset (&Pe, 0, sizeof (MVPP2_PRS_ENTRY)); in Mvpp2PrsIp4Cast() 1341 Mvpp2Memset (&Pe, 0, sizeof (MVPP2_PRS_ENTRY)); in Mvpp2PrsIp6Proto() [all …]
|
D | Pp2Dxe.h | 65 #define Mvpp2Memset(a, v, s) SetMem((a), (s), (v)) macro
|