Searched refs:h_Fm (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-13-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_ext.h538 @Param[in] h_Fm - FM module descriptor
542 t_Error FM_Init(t_Handle h_Fm);
551 @Param[in] h_Fm - FM module descriptor
555 t_Error FM_Free(t_Handle h_Fm);
695 @Param[in] h_Fm - FMan handler
697 typedef void (t_FmResetOnInitOverrideCallback)(t_Handle h_Fm);
705 @Param[in] h_Fm A handle to an FM Module.
714 t_Error FM_ConfigResetOnInit(t_Handle h_Fm, bool enable);
722 @Param[in] h_Fm A handle to an FM Module.
731 t_Error FM_ConfigResetOnInitOverrideCallback(t_Handle h_Fm, t_FmResetOnInitOverrideCallbac
[all...]
H A Dfm_vsp_ext.h79 t_Handle h_Fm; /**< A handle to the FM object this VSP related to */ member in struct:t_FmVspParams
H A Dfm_mac_ext.h233 t_Handle h_Fm; /**< A handle to the FM object this port related to */ member in struct:t_FmMacParams
487 @Param[in] h_Fm - Handle to the PTP as returned from the FM_MAC_PtpConfig.
493 t_Error FM_MAC_Enable1588TimeStamp(t_Handle h_Fm);
500 @Param[in] h_Fm - Handle to the PTP as returned from the FM_MAC_PtpConfig.
506 t_Error FM_MAC_Disable1588TimeStamp(t_Handle h_Fm);
H A Dfm_rtc_ext.h110 t_Handle h_Fm; /**< FM Handle*/ member in struct:t_FmRtcParams
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h310 t_Error FmGetSetParams(t_Handle h_Fm, t_FmGetSetParams *p_Params);
694 t_Handle FmGetPcd(t_Handle h_Fm);
803 t_Error FmGetSetParams(t_Handle h_Fm, t_FmGetSetParams *p_FmGetSetParams);
820 @Param[in] h_Fm A handle to an FM Module.
830 void FmRegisterIntr(t_Handle h_Fm,
842 @Param[in] h_Fm A handle to an FM Module.
850 void FmUnregisterIntr(t_Handle h_Fm,
860 @Param[in] h_Fm A handle to an FM Module.
868 void FmRegisterFmCtlIntr(t_Handle h_Fm, uint8_t eventRegId, void (*f_Isr) (t_Handle h_Fm, uint32_
[all...]
H A Dfm_hc.h45 t_Handle h_Fm; member in struct:t_FmHcParams
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c59 static void IpcMsgCompletionCB(t_Handle h_Fm, argument
65 UNUSED(h_Fm);UNUSED(p_Msg);UNUSED(p_Reply);UNUSED(replyLength);UNUSED(status);
607 static t_Error SetVSPWindow(t_Handle h_Fm, argument
612 t_Fm *p_Fm = (t_Fm *)h_Fm;
614 ASSERT_COND(h_Fm);
656 static uint8_t AllocVSPsForPartition(t_Handle h_Fm, uint8_t base, uint8_t numOfProfiles, uint8_t guestId) argument
658 t_Fm *p_Fm = (t_Fm *)h_Fm;
728 static void FreeVSPsForPartition(t_Handle h_Fm, uint8_t base, uint8_t numOfProfiles, uint8_t guestId) argument
730 t_Fm *p_Fm = (t_Fm *)h_Fm;
781 static t_Error FmGuestHandleIpcMsgCB(t_Handle h_Fm, argument
822 FmHandleIpcMsgCB(t_Handle h_Fm, uint8_t *p_Msg, uint32_t msgLength, uint8_t *p_Reply, uint32_t *p_ReplyLength) argument
1185 Fm10GTxEccWorkaround(t_Handle h_Fm, uint8_t macId) argument
1235 FmGetTnumAgingPeriod(t_Handle h_Fm) argument
1245 FmSetPortPreFetchConfiguration(t_Handle h_Fm, uint8_t portNum, bool preFetchConfigured) argument
1260 FmGetPortPreFetchConfiguration(t_Handle h_Fm, uint8_t portNum, bool *p_PortConfigured, bool *p_PreFetchConfigured) argument
1286 FmSetCongestionGroupPFCpriority(t_Handle h_Fm, uint32_t congestionGroupId, uint8_t priorityBitMap) argument
1339 FmGetPcdPrsBaseAddr(t_Handle h_Fm) argument
1355 FmGetPcdKgBaseAddr(t_Handle h_Fm) argument
1371 FmGetPcdPlcrBaseAddr(t_Handle h_Fm) argument
1388 FmGetVSPBaseAddr(t_Handle h_Fm) argument
1398 FmGetMuramHandle(t_Handle h_Fm) argument
1407 FmGetPhysicalMuramBase(t_Handle h_Fm, t_FmPhysAddr *p_FmPhysAddr) argument
1460 FmVSPAllocForPort(t_Handle h_Fm, e_FmPortType portType, uint8_t portId, uint8_t numOfVSPs) argument
1545 FmVSPFreeForPort(t_Handle h_Fm, e_FmPortType portType, uint8_t portId) argument
1576 FmAllocFmanCtrlEventReg(t_Handle h_Fm, uint8_t *p_EventId) argument
1629 FmFreeFmanCtrlEventReg(t_Handle h_Fm, uint8_t eventId) argument
1665 FmSetFmanCtrlIntr(t_Handle h_Fm, uint8_t eventRegId, uint32_t enableEvents) argument
1705 FmGetFmanCtrlIntr(t_Handle h_Fm, uint8_t eventRegId) argument
1754 FmRegisterIntr(t_Handle h_Fm, e_FmEventModules module, uint8_t modId, e_FmIntrType intrType, void (*f_Isr) (t_Handle h_Arg), t_Handle h_Arg) argument
1801 FmUnregisterIntr(t_Handle h_Fm, e_FmEventModules module, uint8_t modId, e_FmIntrType intrType) argument
1818 FmRegisterFmanCtrlIntr(t_Handle h_Fm, uint8_t eventRegId, void (*f_Isr) (t_Handle h_Arg, uint32_t event), t_Handle h_Arg) argument
1834 FmUnregisterFmanCtrlIntr(t_Handle h_Fm, uint8_t eventRegId) argument
1850 FmRegisterPcd(t_Handle h_Fm, t_Handle h_FmPcd) argument
1860 FmUnregisterPcd(t_Handle h_Fm) argument
1870 FmGetPcdHandle(t_Handle h_Fm) argument
1877 FmGetId(t_Handle h_Fm) argument
1886 FmReset(t_Handle h_Fm) argument
1899 FmSetNumOfRiscsPerPort(t_Handle h_Fm, uint8_t hardwarePortId, uint8_t numOfFmanCtrls, t_FmFmanCtrl orFmanCtrl) argument
1946 FmGetSetPortParams(t_Handle h_Fm, t_FmInterModulePortInitParams *p_PortParams) argument
2146 FmFreePortParams(t_Handle h_Fm,t_FmInterModulePortFreeParams *p_PortParams) argument
2268 FmIsPortStalled(t_Handle h_Fm, uint8_t hardwarePortId, bool *p_IsStalled) argument
2311 FmResumeStalledPort(t_Handle h_Fm, uint8_t hardwarePortId) argument
2363 FmResetMac(t_Handle h_Fm, e_FmMacType type, uint8_t macId) argument
2418 FmSetMacMaxFrame(t_Handle h_Fm, e_FmMacType type, uint8_t macId, uint16_t mtu) argument
2477 FmGetClockFreq(t_Handle h_Fm) argument
2486 FmGetMacClockFreq(t_Handle h_Fm) argument
2493 FmGetTimeStampScale(t_Handle h_Fm) argument
2545 FmEnableRamsEcc(t_Handle h_Fm) argument
2557 FmDisableRamsEcc(t_Handle h_Fm) argument
2575 FmGetGuestId(t_Handle h_Fm) argument
2582 FmIsMaster(t_Handle h_Fm) argument
2589 FmSetSizeOfFifo(t_Handle h_Fm, uint8_t hardwarePortId, uint32_t *p_SizeOfFifo, uint32_t *p_ExtraSizeOfFifo, bool initialConfig) argument
2684 FmSetNumOfTasks(t_Handle h_Fm, uint8_t hardwarePortId, uint8_t *p_NumOfTasks, uint8_t *p_NumOfExtraTasks, bool initialConfig) argument
2768 FmSetNumOfOpenDmas(t_Handle h_Fm, uint8_t hardwarePortId, uint8_t *p_NumOfOpenDmas, uint8_t *p_NumOfExtraOpenDmas, bool initialConfig) argument
2916 FmVSPCheckRelativeProfile(t_Handle h_Fm, e_FmPortType portType, uint8_t portId, uint16_t relativeProfile) argument
2946 FmVSPGetAbsoluteProfileId(t_Handle h_Fm, e_FmPortType portType, uint8_t portId, uint16_t relativeProfile, uint16_t *p_AbsoluteId) argument
3258 FmDumpPortRegs(t_Handle h_Fm, uint8_t hardwarePortId) argument
3479 FM_Init(t_Handle h_Fm) argument
3719 FM_Free(t_Handle h_Fm) argument
3808 FM_ConfigResetOnInit(t_Handle h_Fm, bool enable) argument
3821 FM_ConfigResetOnInitOverrideCallback(t_Handle h_Fm, t_FmResetOnInitOverrideCallback *f_ResetOnInitOverride) argument
3834 FM_ConfigTotalFifoSize(t_Handle h_Fm, uint32_t totalFifoSize) argument
3847 FM_ConfigDmaCacheOverride(t_Handle h_Fm, e_FmDmaCacheOverride cacheOverride) argument
3862 FM_ConfigDmaAidOverride(t_Handle h_Fm, bool aidOverride) argument
3875 FM_ConfigDmaAidMode(t_Handle h_Fm, e_FmDmaAidMode aidMode) argument
3890 FM_ConfigDmaAxiDbgNumOfBeats(t_Handle h_Fm, uint8_t axiDbgNumOfBeats) argument
3907 FM_ConfigDmaCamNumOfEntries(t_Handle h_Fm, uint8_t numOfEntries) argument
3920 FM_ConfigDmaDbgCounter(t_Handle h_Fm, e_FmDmaDbgCntMode fmDmaDbgCntMode) argument
3935 FM_ConfigDmaStopOnBusErr(t_Handle h_Fm, bool stop) argument
3948 FM_ConfigDmaEmergency(t_Handle h_Fm, t_FmDmaEmergency *p_Emergency) argument
3965 FM_ConfigDmaEmergencySmoother(t_Handle h_Fm, uint32_t emergencyCnt) argument
3979 FM_ConfigDmaErr(t_Handle h_Fm, e_FmDmaErr dmaErr) argument
3994 FM_ConfigCatastrophicErr(t_Handle h_Fm, e_FmCatastrophicErr catastrophicErr) argument
4009 FM_ConfigEnableMuramTestMode(t_Handle h_Fm) argument
4025 FM_ConfigEnableIramTestMode(t_Handle h_Fm) argument
4041 FM_ConfigHaltOnExternalActivation(t_Handle h_Fm, bool enable) argument
4054 FM_ConfigHaltOnUnrecoverableEccError(t_Handle h_Fm, bool enable) argument
4070 FM_ConfigException(t_Handle h_Fm, e_FmExceptions exception, bool enable) argument
4093 FM_ConfigExternalEccRamsEnable(t_Handle h_Fm, bool enable) argument
4106 FM_ConfigTnumAgingPeriod(t_Handle h_Fm, uint16_t tnumAgingPeriod) argument
4124 FM_ConfigThresholds(t_Handle h_Fm, t_FmThresholds *p_FmThresholds) argument
4145 FM_ConfigDmaSosEmergencyThreshold(t_Handle h_Fm, uint32_t dmaSosEmergency) argument
4158 FM_ConfigDmaWriteBufThresholds(t_Handle h_Fm, t_FmDmaThresholds *p_FmDmaThresholds) argument
4177 FM_ConfigDmaCommQThresholds(t_Handle h_Fm, t_FmDmaThresholds *p_FmDmaThresholds) argument
4191 FM_ConfigDmaReadBufThresholds(t_Handle h_Fm, t_FmDmaThresholds *p_FmDmaThresholds) argument
4209 FM_ConfigDmaWatchdog(t_Handle h_Fm, uint32_t watchdogValue) argument
4222 FM_ConfigEnableCounters(t_Handle h_Fm) argument
4233 FmGetSetParams(t_Handle h_Fm, t_FmGetSetParams *p_Params) argument
4274 FM_EventIsr(t_Handle h_Fm) argument
4396 FM_ErrorIsr(t_Handle h_Fm) argument
4481 FM_SetPortsBandwidth(t_Handle h_Fm, t_FmPortsBandwidthParams *p_PortsBandwidth) argument
4544 FM_EnableRamsEcc(t_Handle h_Fm) argument
4587 FM_DisableRamsEcc(t_Handle h_Fm) argument
4640 FM_SetException(t_Handle h_Fm, e_FmExceptions exception, bool enable) argument
4675 FM_GetRevision(t_Handle h_Fm, t_FmRevisionInfo *p_FmRevisionInfo) argument
4685 FM_GetFmanCtrlCodeRevision(t_Handle h_Fm, t_FmCtrlCodeRevisionInfo *p_RevisionInfo) argument
4738 FM_GetCounter(t_Handle h_Fm, e_FmCounters counter) argument
4828 FM_ModifyCounter(t_Handle h_Fm, e_FmCounters counter, uint32_t val) argument
4846 FM_SetDmaEmergency(t_Handle h_Fm, e_FmDmaMuramPort muramPort, bool enable) argument
4859 FM_SetDmaExtBusPri(t_Handle h_Fm, e_FmDmaExtBusPri pri) argument
4872 FM_GetDmaStatus(t_Handle h_Fm, t_FmDmaStatus *p_FmDmaStatus) argument
4945 FM_Resume(t_Handle h_Fm) argument
4959 FM_GetSpecialOperationCoding(t_Handle h_Fm, fmSpecialOperations_t spOper, uint8_t *p_SpOperCoding) argument
5029 FM_CtrlMonStart(t_Handle h_Fm) argument
5061 FM_CtrlMonStop(t_Handle h_Fm) argument
5083 FM_CtrlMonGetCounters(t_Handle h_Fm, uint8_t fmCtrlIndex, t_FmCtrlMon *p_Mon) argument
5117 FM_GetMuramHandle(t_Handle h_Fm) argument
5129 FM_ForceIntr(t_Handle h_Fm, e_FmExceptions exception) argument
5186 FmGetPcd(t_Handle h_Fm) argument
5194 FM_ChangeClock(t_Handle h_Fm, int hardwarePortId) argument
[all...]
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Rtc/
H A Dfm_rtc.h83 t_Handle h_Fm; member in struct:t_FmRtc
H A Dfm_rtc.c174 p_Rtc->h_Fm = p_FmRtcParam->h_Fm;
214 p_Rtc->srcClkFreqMhz = (uint32_t)(FmGetMacClockFreq(p_Rtc->h_Fm));
248 FmRegisterIntr(p_Rtc->h_Fm, e_FM_MOD_TMR, 0, e_FM_INTR_TYPE_NORMAL, RtcExceptions , p_Rtc);
274 FmUnregisterIntr(p_Rtc->h_Fm, e_FM_MOD_TMR, 0, e_FM_INTR_TYPE_NORMAL);
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/SP/
H A Dfm_sp.h75 t_Handle h_Fm; member in struct:__anon9786
H A Dfm_sp.c71 SANITY_CHECK_RETURN_ERROR(p_FmVspEntry->h_Fm, E_INVALID_HANDLE);
82 err = FmVSPCheckRelativeProfile(p_FmVspEntry->h_Fm,
445 p_FmVspEntry->h_Fm = p_FmVspParams->h_Fm;
488 (struct fm_pcd_storage_profile_regs *)FmGetVSPBaseAddr(p_FmVspEntry->h_Fm);
543 FmVSPGetAbsoluteProfileId(p_FmVspEntry->h_Fm,
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c63 ASSERT_COND(((event & (IM_EV_RX | IM_EV_BSY)) && FmIsMaster(p_FmPort->h_Fm)) ||
64 !FmIsMaster(p_FmPort->h_Fm));
267 if (FmIsMaster(p_FmPort->h_Fm))
376 err = FmAllocFmanCtrlEventReg(p_FmPort->h_Fm, &p_FmPort->fmanCtrlEventId);
396 FmRegisterFmanCtrlIntr(p_FmPort->h_Fm, p_FmPort->fmanCtrlEventId, ImException , (t_Handle)p_FmPort);
398 FmSetFmanCtrlIntr(p_FmPort->h_Fm, p_FmPort->fmanCtrlEventId, tmpReg32);
455 FmSetFmanCtrlIntr(p_FmPort->h_Fm, p_FmPort->fmanCtrlEventId, 0);
457 FmFreeFmanCtrlEventReg(p_FmPort->h_Fm, p_FmPort->fmanCtrlEventId);
461 FmUnregisterFmanCtrlIntr(p_FmPort->h_Fm, p_FmPort->fmanCtrlEventId);
563 if (!FmIsMaster(p_FmPort->h_Fm))
[all...]
H A Dfm_port.c746 FmSetPortPreFetchConfiguration(p_FmPort->h_Fm, p_FmPort->portId,
749 FmSetPortPreFetchConfiguration(p_FmPort->h_Fm, p_FmPort->portId,
1779 if (FmSetNumOfRiscsPerPort(p_FmPort->h_Fm, p_FmPort->hardwarePortId, 1,
1876 if (FmSetNumOfRiscsPerPort(p_FmPort->h_Fm, p_FmPort->hardwarePortId, 2,
2243 p_FmPort->h_Fm = p_FmPortParams->h_Fm;
2246 FM_GetRevision(p_FmPort->h_Fm, &p_FmPort->fmRevInfo);
2533 FmGetId(p_FmPort->h_Fm),
2609 FM_GetRevision(p_FmPort->h_Fm, &revInfo);
2645 FM_GetRevision(p_FmPort->h_Fm,
[all...]
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_prs.c110 baseAddr = FmGetPcdPrsBaseAddr(p_FmPcdParams->h_Fm);
152 FmRegisterIntr(p_FmPcd->h_Fm, e_FM_MOD_PRS, 0, e_FM_INTR_TYPE_ERR, PcdPrsErrorException, p_FmPcd);
155 FmRegisterIntr(p_FmPcd->h_Fm, e_FM_MOD_PRS, 0, e_FM_INTR_TYPE_NORMAL, PcdPrsException, p_FmPcd);
158 FmEnableRamsEcc(p_FmPcd->h_Fm);
161 FmEnableRamsEcc(p_FmPcd->h_Fm);
175 FmUnregisterIntr(p_FmPcd->h_Fm, e_FM_MOD_PRS, 0, e_FM_INTR_TYPE_ERR);
177 FmUnregisterIntr(p_FmPcd->h_Fm, e_FM_MOD_PRS, 0, e_FM_INTR_TYPE_NORMAL);
H A Dfm_plcr.c328 ASSERT_COND(FmIsMaster(p_FmPcd->h_Fm));
343 bitFor1Micro = FmGetTimeStampScale(p_FmPcd->h_Fm);
616 ASSERT_COND(FmIsMaster(p_FmPcd->h_Fm));
643 ASSERT_COND(FmIsMaster(p_FmPcd->h_Fm));
692 p_FmPcdPlcr->p_FmPcdPlcrRegs = (t_FmPcdPlcrRegs *)UINT_TO_PTR(FmGetPcdPlcrBaseAddr(p_FmPcdParams->h_Fm));
768 FmEnableRamsEcc(p_FmPcd->h_Fm);
789 FmRegisterIntr(p_FmPcd->h_Fm,
795 FmRegisterIntr(p_FmPcd->h_Fm,
813 FmUnregisterIntr(p_FmPcd->h_Fm, e_FM_MOD_PLCR, 0, e_FM_INTR_TYPE_ERR);
814 FmUnregisterIntr(p_FmPcd->h_Fm, e_FM_MOD_PLC
[all...]
H A Dfm_pcd.c62 if (!p_FmPcd->h_Fm)
63 RETURN_ERROR(MAJOR, E_INVALID_VALUE, ("h_Fm has to be initialized"));
811 p_FmPcd->h_Fm = p_FmPcdParams->h_Fm;
812 p_FmPcd->guestId = FmGetGuestId(p_FmPcd->h_Fm);
813 p_FmPcd->h_FmMuram = FmGetMuramHandle(p_FmPcd->h_Fm);
816 FmGetPhysicalMuramBase(p_FmPcdParams->h_Fm, &physicalMuramBase);
828 hcParams.h_Fm = p_FmPcd->h_Fm;
915 FM_GetRevision(p_FmPcd->h_Fm,
[all...]
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dmemac.c255 FmUnregisterIntr(p_Memac->fmMacControllerDriver.h_Fm, e_FM_MOD_10G_MAC, p_Memac->macId, e_FM_INTR_TYPE_ERR);
257 FmUnregisterIntr(p_Memac->fmMacControllerDriver.h_Fm, e_FM_MOD_1G_MAC, p_Memac->macId, e_FM_INTR_TYPE_ERR);
469 if (FmGetTnumAgingPeriod(p_Memac->fmMacControllerDriver.h_Fm) == 0)
472 FmGetPortPreFetchConfiguration(p_Memac->fmMacControllerDriver.h_Fm,
868 SANITY_CHECK_RETURN_ERROR(p_Memac->fmMacControllerDriver.h_Fm, E_INVALID_HANDLE);
870 FM_GetRevision(p_Memac->fmMacControllerDriver.h_Fm, &p_Memac->fmMacControllerDriver.fmRevInfo);
904 FM_GetRevision(p_Memac->fmMacControllerDriver.h_Fm, &p_Memac->fmMacControllerDriver.fmRevInfo);
923 err = FmSetMacMaxFrame(p_Memac->fmMacControllerDriver.h_Fm,
944 FmRegisterIntr(p_Memac->fmMacControllerDriver.h_Fm,
951 FmRegisterIntr(p_Memac->fmMacControllerDriver.h_Fm,
[all...]
H A Dfm_mac.c58 fmClkFreq = FmGetClockFreq(p_FmMacParam->h_Fm);
81 p_FmMacControllerDriver->h_Fm = p_FmMacParam->h_Fm;
101 (FmResetMac(p_FmMacControllerDriver->h_Fm,
H A Ddtsec.c296 FmResetMac(p_Dtsec->fmMacControllerDriver.h_Fm, e_FM_MAC_1G, p_Dtsec->fmMacControllerDriver.macId);
372 FmUnregisterIntr(p_Dtsec->fmMacControllerDriver.h_Fm, e_FM_MOD_1G_MAC, p_Dtsec->macId, e_FM_INTR_TYPE_ERR);
373 FmUnregisterIntr(p_Dtsec->fmMacControllerDriver.h_Fm, e_FM_MOD_1G_MAC, p_Dtsec->macId, e_FM_INTR_TYPE_NORMAL);
1224 SANITY_CHECK_RETURN_ERROR(p_Dtsec->fmMacControllerDriver.h_Fm, E_INVALID_HANDLE);
1226 FM_GetRevision(p_Dtsec->fmMacControllerDriver.h_Fm, &p_Dtsec->fmMacControllerDriver.fmRevInfo);
1277 err = FmSetMacMaxFrame(p_Dtsec->fmMacControllerDriver.h_Fm, e_FM_MAC_1G,
1296 FmRegisterIntr(p_Dtsec->fmMacControllerDriver.h_Fm,
1303 FmRegisterIntr(p_Dtsec->fmMacControllerDriver.h_Fm,
H A Dtgec.c169 FmUnregisterIntr(p_Tgec->fmMacControllerDriver.h_Fm, e_FM_MOD_10G_MAC, p_Tgec->macId, e_FM_INTR_TYPE_ERR);
727 err = Fm10GTxEccWorkaround(p_Tgec->fmMacControllerDriver.h_Fm, p_Tgec->macId);
759 SANITY_CHECK_RETURN_ERROR(p_Tgec->fmMacControllerDriver.h_Fm, E_INVALID_HANDLE);
761 FM_GetRevision(p_Tgec->fmMacControllerDriver.h_Fm, &p_Tgec->fmMacControllerDriver.fmRevInfo);
794 err = FmSetMacMaxFrame(p_Tgec->fmMacControllerDriver.h_Fm,
824 FmRegisterIntr(p_Tgec->fmMacControllerDriver.h_Fm,
H A Dfm_mac.h135 t_Handle h_Fm; member in struct:__anon9683
/freebsd-13-stable/sys/dev/dpaa/
H A Dif_dtsec_im.c131 params.h_Fm = sc->sc_fmh;
182 params.h_Fm = sc->sc_fmh;
H A Dif_dtsec_rm.c161 params.h_Fm = sc->sc_fmh;
209 params.h_Fm = sc->sc_fmh;
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/MACSEC/
H A Dfm_macsec_master.c174 FmRegisterIntr(p_FmMacsec->h_Fm,
181 FmRegisterIntr(p_FmMacsec->h_Fm,
200 FmUnregisterIntr(p_FmMacsec->h_Fm,
205 FmUnregisterIntr(p_FmMacsec->h_Fm,
997 p_FmMacsec->h_Fm = p_FmMacsecParam->h_Fm;
1023 FmGetId(p_FmMacsec->h_Fm),macId) != 24)
H A Dfm_macsec_master.h458 t_Handle h_Fm; member in struct:__anon9698

Completed in 255 milliseconds

12