| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/inc/ |
| H A D | fm_common.h | 448 #define GET_NIA_BMI_AC_ENQ_FRAME(h_FmPcd) \ argument 449 (uint32_t)((FmPcdIsAdvancedOffloadSupported(h_FmPcd)) ? \ 452 #define GET_NIA_BMI_AC_DISCARD_FRAME(h_FmPcd) \ argument 459 #define GET_NIA_BMI_AC_ENQ_FRAME(h_FmPcd) \ argument 463 #define GET_NIA_BMI_AC_DISCARD_FRAME(h_FmPcd) \ argument 676 t_Handle FmPcdGetHcHandle(t_Handle h_FmPcd); 684 uint32_t FmPcdLock(t_Handle h_FmPcd); 691 bool FmPcdLockTryLockAll(t_Handle h_FmPcd); 692 void FmPcdLockUnlockAll(t_Handle h_FmPcd); 693 t_Error FmPcdHcSync(t_Handle h_FmPcd); [all …]
|
| H A D | fm_sp_common.h | 104 t_Error FmPcdSpAllocProfiles(t_Handle h_FmPcd, 109 t_Error FmPcdSpGetAbsoluteProfileId(t_Handle h_FmPcd, 113 void SpInvalidateProfileSw(t_Handle h_FmPcd, uint16_t absoluteProfileId); 114 void SpValidateProfileSw(t_Handle h_FmPcd, uint16_t absoluteProfileId);
|
| H A D | fm_hc.h | 46 t_Handle h_FmPcd; member
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/ |
| H A D | fm_pcd.c | 620 ASSERT_COND(h_FmPcd); in FmPcdPortRegister() 629 ASSERT_COND(h_FmPcd); in FmPcdGetLcv() 637 ASSERT_COND(h_FmPcd); in FmPcdGetMacsecLcv() 650 ASSERT_COND(h_FmPcd); in FmPcdIncNetEnvOwners() 661 ASSERT_COND(h_FmPcd); in FmPcdDecNetEnvOwners() 671 ASSERT_COND(h_FmPcd); in FmPcdLock() 677 ASSERT_COND(h_FmPcd); in FmPcdUnlock() 684 ASSERT_COND(h_FmPcd); in FmPcdAcquireLock() 700 ASSERT_COND(h_FmPcd); in FmPcdReleaseLock() 712 ASSERT_COND(h_FmPcd); in FmPcdLockTryLockAll() [all …]
|
| H A D | fm_replic.c | 187 ASSERT_COND(p_ReplicGroup->h_FmPcd); in LinkSourceToMember() 190 p_FmPcd = p_ReplicGroup->h_FmPcd; in LinkSourceToMember() 210 p_FmPcd = p_ReplicGroup->h_FmPcd; in LinkMemberToMember() 228 ASSERT_COND(p_ReplicGroup->h_FmPcd); in ModifyDescriptor() 232 p_FmPcd = p_ReplicGroup->h_FmPcd; in ModifyDescriptor() 291 ASSERT_COND(p_ReplicGroup->h_FmPcd); in BuildShadowAndModifyDescriptor() 293 p_FmPcd = p_ReplicGroup->h_FmPcd; in BuildShadowAndModifyDescriptor() 422 p_ReplicGroup->h_FmPcd); in InitMember() 538 ASSERT_COND(p_ReplicGroup->h_FmPcd); in DeleteGroup() 621 p_FmPcd = p_ReplicGroup->h_FmPcd; in FrmReplicGroupUpdateAd() [all …]
|
| H A D | fm_cc.c | 912 ASSERT_COND(h_FmPcd); in DynamicChangeHc() 984 ASSERT_COND(h_FmPcd); in DoDynamicChange() 4354 p_CcNode->h_FmPcd = h_FmPcd; in MatchTableSet() 5356 if (p_CcNode->h_FmPcd != h_FmPcd) in FmPcdCcRemoveKey() 5436 if (p_CcNode->h_FmPcd != h_FmPcd) in FmPcdCcModifyKey() 5578 if (p_CcNode->h_FmPcd != h_FmPcd) in FmPcdCcAddKey() 5683 if (p_CcNode->h_FmPcd != h_FmPcd) in FmPcdCcModifyKeyAndNextEngine() 5815 UNUSED(h_FmPcd); in FmPcdCcUnbindTree() 6027 p_FmPcdCcTree->h_FmPcd = h_FmPcd; in FM_PCD_CcRootBuild() 7313 t_Handle h_FmPcd; in FM_PCD_HashTableDelete() local [all …]
|
| H A D | fm_pcd.h | 217 t_Handle h_FmPcd; member 269 t_Handle h_FmPcd; member 321 t_Handle h_FmPcd; member 407 void KgSetClsPlan(t_Handle h_FmPcd, t_FmPcdKgInterModuleClsPlanSet *p_Set); 408 bool KgIsSchemeAlwaysDirect(t_Handle h_FmPcd, uint8_t schemeId); 420 t_FmPcdLock *FmPcdAcquireLock(t_Handle h_FmPcd); 421 void FmPcdReleaseLock(t_Handle h_FmPcd, t_FmPcdLock *p_Lock); 494 static __inline__ t_Handle FmPcdGetMuramHandle(t_Handle h_FmPcd) in FmPcdGetMuramHandle() argument 496 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd; in FmPcdGetMuramHandle() 501 static __inline__ uint64_t FmPcdGetMuramPhysBase(t_Handle h_FmPcd) in FmPcdGetMuramPhysBase() argument [all …]
|
| H A D | fm_plcr.c | 611 static void EventsCB(t_Handle h_FmPcd) in EventsCB() argument 613 t_FmPcd *p_FmPcd = (t_FmPcd *)h_FmPcd; in EventsCB() 1487 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd; in FM_PCD_ConfigPlcrAutoRefreshMode() 1503 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd; in FM_PCD_ConfigPlcrNumOfSharedProfiles() 1516 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd; in FM_PCD_SetPlcrStatistics() 1553 p_FmPcd = p_Profile->h_FmPcd; in FM_PCD_PlcrProfileSet() 1574 p_FmPcd = (t_FmPcd*)h_FmPcd; in FM_PCD_PlcrProfileSet() 1605 p_Profile->h_FmPcd = p_FmPcd; in FM_PCD_PlcrProfileSet() 1703 p_FmPcd = p_Profile->h_FmPcd; in FM_PCD_PlcrProfileDelete() 1751 p_FmPcd = p_Profile->h_FmPcd; in FM_PCD_PlcrProfileGetCounter() [all …]
|
| H A D | fm_prs.c | 53 static void PcdPrsErrorException(t_Handle h_FmPcd) in PcdPrsErrorException() argument 55 t_FmPcd *p_FmPcd = (t_FmPcd *)h_FmPcd; in PcdPrsErrorException() 72 static void PcdPrsException(t_Handle h_FmPcd) in PcdPrsException() argument 74 t_FmPcd *p_FmPcd = (t_FmPcd *)h_FmPcd; in PcdPrsException() 232 t_FmPcd *p_FmPcd = (t_FmPcd *)h_FmPcd; in FmPcdPrsIncludePortInStatistics() 270 t_FmPcd *p_FmPcd = (t_FmPcd *)h_FmPcd; in FmPcdGetSwPrsOffset() 327 void FM_PCD_SetPrsStatistics(t_Handle h_FmPcd, bool enable) in FM_PCD_SetPrsStatistics() argument 329 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd; in FM_PCD_SetPrsStatistics() 349 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd; in FM_PCD_PrsLoadSw() 410 t_Error FM_PCD_ConfigPrsMaxCycleLimit(t_Handle h_FmPcd,uint16_t value) in FM_PCD_ConfigPrsMaxCycleLimit() argument [all …]
|
| H A D | fm_kg.c | 1994 KgFreeClsPlanEntries(h_FmPcd, in FmPcdKgDestroyClsPlanGrp() 2162 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd; in KgIsSchemeAlwaysDirect() 2288 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd; in KgFreeClsPlanEntries() 2605 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd; in FmPcdKgGetRequiredAction() 2613 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd; in FmPcdKgGetRequiredActionFlag() 2622 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd; in FmPcdKgIsDirectPlcr() 2632 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd; in FmPcdKgGetRelativeProfileId() 2964 p_FmPcd = p_Scheme->h_FmPcd; in FM_PCD_KgSchemeSet() 2986 p_FmPcd = (t_FmPcd*)h_FmPcd; in FM_PCD_KgSchemeSet() 3010 p_Scheme->h_FmPcd = p_FmPcd; in FM_PCD_KgSchemeSet() [all …]
|
| H A D | fm_manip.c | 433 t_Handle h_FmPcd = p_Manip->h_FmPcd; in BuildHmct() local 1664 if (p_Manip->h_FmPcd != h_FmPcd) in UpdateInitCapwapReasm() 2046 t_FmPcd *p_FmPcd = p_Manip->h_FmPcd; in CreateReassTable() 2229 if (p_Manip->h_FmPcd != h_FmPcd) in UpdateInitReasm() 2947 if (p_Manip->h_FmPcd != h_FmPcd) in UpdateIndxStats() 3901 p_FmPcd = p_Manip->h_FmPcd; in IpFragmentation() 3970 p_FmPcd = p_Manip->h_FmPcd; in IPManip() 4012 UNUSED(h_FmPcd); in UpdateInitIpFrag() 4288 p_FmPcd = p_Manip->h_FmPcd; in CapwapFragmentation() 4365 UNUSED(h_FmPcd); in UpdateInitCapwapFrag() [all …]
|
| H A D | fm_cc.h | 347 t_Handle h_FmPcd; member 375 t_Handle h_FmPcd; member 394 t_Error FmPcdCcNodeTreeTryLock(t_Handle h_FmPcd,t_Handle h_FmPcdCcNode, t_List *p_List); 395 void FmPcdCcNodeTreeReleaseLock(t_Handle h_FmPcd, t_List *p_List);
|
| H A D | fm_replic.h | 89 t_Handle h_FmPcd; member
|
| H A D | fm_manip.h | 287 …_MURAM(h_Manip) (((t_FmPcd *)((t_FmPcdManip *)h_Manip)->h_FmPcd)->h_FmMuram) 290 …FM_MURAM_FreeMem(((t_FmPcd *)((t_FmPcdManip *)h_Manip)->h_FmPcd)->h_FmMuram, ((t_FmPcdManip *)h_Ma… 531 t_Handle h_FmPcd; member
|
| /f-stack/freebsd/contrib/ncsw/inc/Peripherals/ |
| H A D | fm_pcd_ext.h | 275 t_Error FM_PCD_Init(t_Handle h_FmPcd); 288 t_Error FM_PCD_Free(t_Handle h_FmPcd); 478 t_Error FM_PCD_Enable(t_Handle h_FmPcd); 493 t_Error FM_PCD_Disable(t_Handle h_FmPcd); 545 t_Error FM_PCD_SetAdvancedOffloadSupport(t_Handle h_FmPcd); 663 void FM_PCD_HcTxConf(t_Handle h_FmPcd, t_DpaaFD *p_Fd); 697 t_Error FM_PCD_DumpRegs(t_Handle h_FmPcd); 713 t_Error FM_PCD_KgDumpRegs(t_Handle h_FmPcd); 729 t_Error FM_PCD_PlcrDumpRegs(t_Handle h_FmPcd); 761 t_Error FM_PCD_PrsDumpRegs(t_Handle h_FmPcd); [all …]
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/HC/ |
| H A D | hc.c | 128 t_Handle h_FmPcd; member 180 intFlags = FmPcdLock(p_FmHc->h_FmPcd); in GetBuf() 185 FmPcdUnlock(p_FmHc->h_FmPcd, intFlags); in GetBuf() 192 FmPcdUnlock(p_FmHc->h_FmPcd, intFlags); in GetBuf() 202 intFlags = FmPcdLock(p_FmHc->h_FmPcd); in PutBuf() 206 FmPcdUnlock(p_FmHc->h_FmPcd, intFlags); in PutBuf() 215 intFlags = FmPcdLock(p_FmHc->h_FmPcd); in EnQFrm() 218 FmPcdUnlock(p_FmHc->h_FmPcd, intFlags); in EnQFrm() 251 p_FmHc->h_FmPcd = p_FmHcParams->h_FmPcd; in FmHcConfigAndInit() 362 intFlags = FmPcdLock(p_FmHc->h_FmPcd); in FmHcTxConf() [all …]
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/ |
| H A D | fm_port.c | 1088 ASSERT_COND(p_FmPort->h_FmPcd); in FmPortCheckNApplyMacsec() 1858 if (FmPcdGetHcHandle(p_FmPort->h_FmPcd)) in DetachPCD() 1859 FmPcdHcSync(p_FmPort->h_FmPcd); in DetachPCD() 4523 ASSERT_COND(p_FmPort->h_FmPcd); in FM_PORT_PcdPlcrAllocProfiles() 4910 ASSERT_COND(p_FmPort->h_FmPcd); in FM_PORT_SetPCD() 5039 FmPcdLockUnlockAll(p_FmPort->h_FmPcd); in FM_PORT_SetPCD() 5126 FmPcdLockUnlockAll(p_FmPort->h_FmPcd); in FM_PORT_SetPCD() 5328 FmPcdLockUnlockAll(p_FmPort->h_FmPcd); in FM_PORT_DeletePCD() 5777 t_Handle FM_PCD_GetHcPort(t_Handle h_FmPcd); 6317 if (!PrsIsEnabled(h_FmPcd)) [all …]
|
| H A D | fm_port.h | 881 t_Handle h_FmPcd; member
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/ |
| H A D | fm_ncsw.c | 1850 void FmRegisterPcd(t_Handle h_Fm, t_Handle h_FmPcd) in FmRegisterPcd() argument 1857 p_Fm->h_Pcd = h_FmPcd; in FmRegisterPcd()
|