Home
last modified time | relevance | path

Searched refs:PTR_MOVE (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_cc.c430 h_AdTmp = PTR_MOVE(h_AdTmp, i*FM_PCD_CC_AD_ENTRY_SIZE); in SetRequiredAction1()
432 h_AdTmp = PTR_MOVE(h_AdTmp, FM_PCD_CC_AD_ENTRY_SIZE); in SetRequiredAction1()
1111 h_Ad = PTR_MOVE(h_Ad, i*FM_PCD_CC_AD_ENTRY_SIZE); in CcUpdateParam()
1113 h_Ad = PTR_MOVE(h_Ad, FM_PCD_CC_AD_ENTRY_SIZE); in CcUpdateParam()
2702 MemCpy8(PTR_MOVE(p_KeysMatchTableNewTmp, in BuildNewNodeAddOrMdfyKeyAndNextEngine()
2710 MemSet8(PTR_MOVE(p_KeysMatchTableNewTmp, in BuildNewNodeAddOrMdfyKeyAndNextEngine()
3034 MemCpy8(PTR_MOVE(p_KeysMatchTableNewTmp, in BuildNewNodeModifyKey()
4064 memcpy(PTR_MOVE(p_CcNode->p_GlblMask, 2), &glblMask, 2); in IcHashIndexedCheckParams()
4738 MemCpy8(PTR_MOVE(p_KeysMatchTblTmp, in MatchTableSet()
4745 MemSet8(PTR_MOVE(p_KeysMatchTblTmp, in MatchTableSet()
[all …]
H A Dfm_manip.c1126 (uint8_t*)PTR_MOVE(p_Manip->p_Hmct, (p_Manip->tableSize + nextSize)); in CreateManipActionNew()
1163 p_TmpHmctPtr = (uint8_t*)PTR_MOVE(p_Manip->p_Hmct, in CreateManipActionNew()
1168 p_TmpDataPtr = (uint8_t*)PTR_MOVE(p_Manip->p_Hmct, in CreateManipActionNew()
1292 p_TmpHmctPtr = (uint8_t*)PTR_MOVE(p_FmPcd->p_CcShadow, 16); in CreateManipActionShadow()
1295 (uint8_t*)PTR_MOVE(p_TmpHmctPtr, in CreateManipActionShadow()
1318 (uint8_t*)PTR_MOVE(p_FmPcd->p_CcShadow, in CreateManipActionShadow()
1322 (uint8_t*)PTR_MOVE(p_FmPcd->p_CcShadow, in CreateManipActionShadow()
1751 …WRITE_UINT8(*(uint8_t *)PTR_MOVE(p_Manip->capwapFragParams.p_ReassmFrmDescrIndxPoolTbl, i), (uint8… in UpdateInitCapwapReasm()
1968 … *(uint16_t *)PTR_MOVE(UINT_TO_PTR(p_Manip->reassmParams.reassFrmDescrIndxPoolTblAddr), (i<<1)), in CreateReassCommonTable()
4529PTR_MOVE(p_NodePtrOnCurrentMdfManip->h_AdTable, i*FM_PCD_CC_AD_ENTRY_SIZE); in UpdateAdPtrOfNodesWhichPointsOnCrntMdfManip()
[all …]
H A Dfm_prs.c132 uint32_t *p_LoadTarget = (uint32_t *)PTR_MOVE(p_FmPcd->p_FmPcdPrs->p_SwPrsCode, in PrsInit()
/f-stack/freebsd/contrib/ncsw/Peripherals/BM/
H A Dbm_pool.c110 memcpy(PTR_MOVE(p_BmPool->sp, sizeof(struct bm_buffer) * (p_BmPool->spFill)), in BmPoolRelease()
121 …(struct bm_buffer *)PTR_MOVE(p_BmPool->sp, sizeof(struct bm_buffer) * (p_BmPool->spFill - p_BmPool… in BmPoolRelease()
149 … (struct bm_buffer *)PTR_MOVE(p_BmPool->sp, sizeof(struct bm_buffer) * (p_BmPool->spFill)), in BmPoolAcquire()
157 PTR_MOVE(p_BmPool->sp, sizeof(struct bm_buffer) * (p_BmPool->spFill - num)), in BmPoolAcquire()
545 return *(t_Handle *)PTR_MOVE(p_Buff, -(sizeof(t_Handle))); in BM_POOL_GetBufferContext()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/SP/
H A Dfm_sp.c715 return (uint8_t *)PTR_MOVE(p_Data, p_FmVspEntry->bufferOffsets.pcdInfoOffset); in FM_VSP_GetBufferICInfo()
728 return (t_FmPrsResult *)PTR_MOVE(p_Data, p_FmVspEntry->bufferOffsets.prsResultOffset); in FM_VSP_GetBufferPrsResult()
741 return (uint64_t *)PTR_MOVE(p_Data, p_FmVspEntry->bufferOffsets.timeStampOffset); in FM_VSP_GetBufferTimeStamp()
754 return (uint8_t *)PTR_MOVE(p_Data, p_FmVspEntry->bufferOffsets.hashResultOffset); in FM_VSP_GetBufferHashResult()
/f-stack/freebsd/contrib/ncsw/inc/
H A Dncsw_ext.h52 #define PTR_MOVE(_ptr, _offset) (void*)((uint8_t*)(_ptr) + (_offset)) macro
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c363 p_HcFrame = (t_HcFrame *)PTR_MOVE(DPAA_FD_GET_ADDR(p_Fd), DPAA_FD_GET_OFFSET(p_Fd)); in FmHcTxConf()
/f-stack/freebsd/contrib/ncsw/Peripherals/QM/
H A Dqm.c794 dcbf(PTR_MOVE(p_Qm->p_FqdBase, i)); in QM_Init()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c3487 return (uint8_t *)PTR_MOVE(p_Data, p_FmPort->bufferOffsets.pcdInfoOffset); in FM_PORT_GetBufferICInfo()
3501 return (t_FmPrsResult *)PTR_MOVE(p_Data, p_FmPort->bufferOffsets.prsResultOffset); in FM_PORT_GetBufferPrsResult()
3515 return (uint64_t *)PTR_MOVE(p_Data, p_FmPort->bufferOffsets.timeStampOffset); in FM_PORT_GetBufferTimeStamp()
3529 return (uint8_t *)PTR_MOVE(p_Data, p_FmPort->bufferOffsets.hashResultOffset); in FM_PORT_GetBufferHashResult()