Searched refs:h_FmHc (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/ |
H A D | fm_hc.h | 52 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_CcC… 65 t_Error FmHcPcdCcIpFragScratchPollCmd(t_Handle h_FmHc, bool fill, t_FmPcdCcFragScratchPoolCmdPa… 66 t_Error FmHcPcdCcTimeoutReassm(t_Handle h_FmHc, t_FmPcdCcReassmTimeoutParams *p_CcReassmTimeout… 67 t_Error FmHcPcdKgSetClsPlan(t_Handle h_FmHc, t_FmPcdKgInterModuleClsPlanSet *p_Set); [all …]
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/HC/ |
H A D | hc.c | 316 void FmHcFree(t_Handle h_FmHc) in FmHcFree() argument 318 t_FmHc *p_FmHc = (t_FmHc*)h_FmHc; in FmHcFree() 337 t_Error FmHcSetFramesDataMemory(t_Handle h_FmHc, in FmHcSetFramesDataMemory() argument 340 t_FmHc *p_FmHc = (t_FmHc*)h_FmHc; in FmHcSetFramesDataMemory() 354 void FmHcTxConf(t_Handle h_FmHc, t_DpaaFD *p_Fd) in FmHcTxConf() argument 356 t_FmHc *p_FmHc = (t_FmHc*)h_FmHc; in FmHcTxConf() 375 t_Error FmHcPcdKgSetScheme(t_Handle h_FmHc, in FmHcPcdKgSetScheme() argument 380 t_FmHc *p_FmHc = (t_FmHc*)h_FmHc; in FmHcPcdKgSetScheme() 419 t_Error FmHcPcdKgDeleteScheme(t_Handle h_FmHc, t_Handle h_Scheme) in FmHcPcdKgDeleteScheme() argument 421 t_FmHc *p_FmHc = (t_FmHc*)h_FmHc; in FmHcPcdKgDeleteScheme() [all …]
|