Home
last modified time | relevance | path

Searched refs:intContext (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/SP/
H A Dfm_sp.h73 t_FmSpIntContextDataCopy intContext; member
H A Dfm_sp.c57 if ((err = FmSpCheckIntContextParams(&p_FmVspEntry->intContext))!= E_OK) in CheckParamsGeneratedInternally()
473 err = FmSpBuildBufferStructure(&p_FmVspEntry->intContext, in FM_VSP_Init()
540 fm_vsp_params.int_context = (struct fman_sp_int_context_data_copy*)&p_FmVspEntry->intContext; in FM_VSP_Init()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c97 if (p_Params->intContext.size in CheckInitParameters()
98 && (p_Params->intContext.size in CheckInitParameters()
99 + p_Params->intContext.extBufOffset in CheckInitParameters()
130 if ((p_Params->intContext.size) in CheckInitParameters()
131 && (p_Params->intContext.intContextOffset in CheckInitParameters()
368 if (FmSpCheckIntContextParams(&p_Params->intContext) != E_OK) in CheckInitParameters()
713 p_DriverParams->intContext.extBufOffset; in InitLowLevelDriver()
715 p_DriverParams->intContext.intContextOffset; in InitLowLevelDriver()
716 p_DriverParams->dfltCfg.ic_size = p_DriverParams->intContext.size; in InitLowLevelDriver()
2585 &p_FmPort->p_FmPortDriverParam->intContext, in FM_PORT_Init()
H A Dfm_port.h839 t_FmSpIntContextDataCopy intContext; member