Searched refs:h_FmHc (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_hc.h52 void FmHcFree(t_Handle h_FmHc);
53 t_Error FmHcSetFramesDataMemory(t_Handle h_FmHc,
55 t_Error FmHcDumpRegs(t_Handle h_FmHc);
57 void FmHcTxConf(t_Handle h_FmHc, t_DpaaFD *p_Fd);
59 t_Error FmHcPcdKgSetScheme(t_Handle h_FmHc,
63 t_Error FmHcPcdKgDeleteScheme(t_Handle h_FmHc, t_Handle h_Scheme);
64 t_Error FmHcPcdCcCapwapTimeoutReassm(t_Handle h_FmHc, t_FmPcdCcCapwapReassmTimeoutParams *p_CcCapwapReassmTimeoutParams );
65 t_Error FmHcPcdCcIpFragScratchPollCmd(t_Handle h_FmHc, bool fill, t_FmPcdCcFragScratchPoolCmdParams *p_FmPcdCcFragScratchPoolCmdParams);
66 t_Error FmHcPcdCcTimeoutReassm(t_Handle h_FmHc, t_FmPcdCcReassmTimeoutParams *p_CcReassmTimeoutParams, uint8_t *p_Result);
67 t_Error FmHcPcdKgSetClsPlan(t_Handle h_FmHc, t_FmPcdKgInterModuleClsPlanSe
[all...]
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c316 void FmHcFree(t_Handle h_FmHc) argument
318 t_FmHc *p_FmHc = (t_FmHc*)h_FmHc;
337 t_Error FmHcSetFramesDataMemory(t_Handle h_FmHc, argument
340 t_FmHc *p_FmHc = (t_FmHc*)h_FmHc;
354 void FmHcTxConf(t_Handle h_FmHc, t_DpaaFD *p_Fd) argument
356 t_FmHc *p_FmHc = (t_FmHc*)h_FmHc;
375 t_Error FmHcPcdKgSetScheme(t_Handle h_FmHc, argument
380 t_FmHc *p_FmHc = (t_FmHc*)h_FmHc;
419 t_Error FmHcPcdKgDeleteScheme(t_Handle h_FmHc, t_Handle h_Scheme) argument
421 t_FmHc *p_FmHc = (t_FmHc*)h_FmHc;
451 FmHcPcdKgCcGetSetParams(t_Handle h_FmHc, t_Handle h_Scheme, uint32_t requiredAction, uint32_t value) argument
550 FmHcPcdKgGetSchemeCounter(t_Handle h_FmHc, t_Handle h_Scheme) argument
604 FmHcPcdKgSetSchemeCounter(t_Handle h_FmHc, t_Handle h_Scheme, uint32_t value) argument
638 FmHcPcdKgSetClsPlan(t_Handle h_FmHc, t_FmPcdKgInterModuleClsPlanSet *p_Set) argument
677 FmHcPcdKgDeleteClsPlan(t_Handle h_FmHc, uint8_t grpId) argument
704 FmHcPcdCcCapwapTimeoutReassm(t_Handle h_FmHc, t_FmPcdCcCapwapReassmTimeoutParams *p_CcCapwapReassmTimeoutParams ) argument
730 FmHcPcdCcIpFragScratchPollCmd(t_Handle h_FmHc, bool fill, t_FmPcdCcFragScratchPoolCmdParams *p_FmPcdCcFragScratchPoolCmdParams) argument
768 FmHcPcdCcTimeoutReassm(t_Handle h_FmHc, t_FmPcdCcReassmTimeoutParams *p_CcReassmTimeoutParams, uint8_t *p_Result) argument
802 FmHcPcdPlcrCcGetSetParams(t_Handle h_FmHc,uint16_t absoluteProfileId, uint32_t requiredAction) argument
921 FmHcPcdPlcrSetProfile(t_Handle h_FmHc, t_Handle h_Profile, t_FmPcdPlcrProfileRegs *p_PlcrRegs) argument
955 FmHcPcdPlcrDeleteProfile(t_Handle h_FmHc, t_Handle h_Profile) argument
987 FmHcPcdPlcrSetProfileCounter(t_Handle h_FmHc, t_Handle h_Profile, e_FmPcdPlcrProfileCounters counter, uint32_t value) argument
1021 FmHcPcdPlcrGetProfileCounter(t_Handle h_FmHc, t_Handle h_Profile, e_FmPcdPlcrProfileCounters counter) argument
1081 FmHcKgWriteSp(t_Handle h_FmHc, uint8_t hardwarePortId, uint32_t spReg, bool add) argument
1129 FmHcKgWriteCpp(t_Handle h_FmHc, uint8_t hardwarePortId, uint32_t cppReg) argument
1162 FmHcPcdCcDoDynamicChange(t_Handle h_FmHc, uint32_t oldAdAddrOffset, uint32_t newAdAddrOffset) argument
1195 FmHcPcdSync(t_Handle h_FmHc) argument
1227 FmHcGetPort(t_Handle h_FmHc) argument
[all...]

Completed in 123 milliseconds