Searched refs:MemSet8 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/ncsw/inc/etc/ |
H A D | memcpy_ext.h | 202 void * MemSet8(void* pDst, int c, uint32_t size);
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
H A D | fm_cc.c | 170 MemSet8(p_StatsObj->h_StatsAd, 0, FM_PCD_CC_AD_ENTRY_SIZE); in GetStatsObj() 182 MemSet8(p_StatsObj->h_StatsCounters, 0, p_CcNode->countersArraySize); in GetStatsObj() 200 MemSet8(p_StatsObj->h_StatsCounters, 0, p_CcNode->countersArraySize); in PutStatsObj() 401 MemSet8(p_CcNode->h_Ad, 0, FM_PCD_CC_AD_ENTRY_SIZE); in AllocAndFillAdForContLookupManip() 2524 MemSet8( in BuildNewNodeCommonPart() 2529 MemSet8((uint8_t*)p_AdditionalInfo->p_KeysMatchTableNew, 0, in BuildNewNodeCommonPart() 2551 MemSet8( in BuildNewNodeCommonPart() 2556 MemSet8((uint8_t*)p_AdditionalInfo->p_KeysMatchTableNew, 0, in BuildNewNodeCommonPart() 2710 MemSet8(PTR_MOVE(p_KeysMatchTableNewTmp, in BuildNewNodeAddOrMdfyKeyAndNextEngine() 2758 MemSet8(PTR_MOVE(p_KeysMatchTableNewTmp, in BuildNewNodeAddOrMdfyKeyAndNextEngine() [all …]
|
H A D | fm_manip.c | 1748 MemSet8(p_Manip->capwapFragParams.p_ReassmFrmDescrIndxPoolTbl, 0, (uint32_t)(size + 1)); in UpdateInitCapwapReasm() 1766 …MemSet8(p_Manip->capwapFragParams.p_ReassmFrmDescrPoolTbl, 0, (uint32_t)((size +1)* FM_PCD_MANIP_C… in UpdateInitCapwapReasm() 1782 …MemSet8(p_Manip->capwapFragParams.p_TimeOutTbl, 0, (uint16_t)((size + 1)*FM_PCD_MANIP_CAPWAP_REASM… in UpdateInitCapwapReasm() 1932 MemSet8(p_Manip->reassmParams.p_ReassCommonTbl, 0, in CreateReassCommonTable() 1960 MemSet8(UINT_TO_PTR(p_Manip->reassmParams.reassFrmDescrIndxPoolTblAddr), in CreateReassCommonTable() 1987 MemSet8(UINT_TO_PTR(p_Manip->reassmParams.reassFrmDescrPoolTblAddr), 0, in CreateReassCommonTable() 2015 MemSet8(UINT_TO_PTR(p_Manip->reassmParams.timeOutTblAddr), 0, in CreateReassCommonTable() 2154 MemSet8(UINT_TO_PTR(*p_AutoLearnHashTblAddr), 0, autoLearnHashTblSize); in CreateReassTable() 2181 MemSet8(UINT_TO_PTR(*p_AutoLearnSetLockTblAddr), 0, (numOfSets * 4)); in CreateReassTable() 2276 MemSet8( in UpdateInitReasm() [all …]
|
/freebsd/sys/contrib/ncsw/etc/ |
H A D | memcpy.c | 49 void * MemSet8(void* pDst, int c, uint32_t size) in MemSet8() function
|