Home
last modified time | relevance | path

Searched refs:t_FmExtPools (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/SP/
H A Dfm_sp.h63 t_FmExtPools extBufPools;
80 t_FmExtPools extBufPools;
H A Dfm_sp.c95 void FmSpSetBufPoolsInAscOrderOfBufSizes(t_FmExtPools *p_FmExtPools, in FmSpSetBufPoolsInAscOrderOfBufSizes()
135 t_Error FmSpCheckBufPoolsParams(t_FmExtPools *p_FmExtPools, in FmSpCheckBufPoolsParams()
444 …spEntry->p_FmVspEntryDriverParams->extBufPools, &p_FmVspParams->extBufPools, sizeof(t_FmExtPools)); in FM_VSP_Config()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_sp_common.h98 t_Error FmSpCheckBufPoolsParams(t_FmExtPools *p_FmExtPools,
102 void FmSpSetBufPoolsInAscOrderOfBufSizes(t_FmExtPools *p_FmExtPools, uint8_t *orderedArray, …
/f-stack/freebsd/contrib/ncsw/inc/Peripherals/
H A Dfm_vsp_ext.h80 t_FmExtPools extBufPools; /**< Which external buffer pools are used
H A Dfm_ext.h421 typedef struct t_FmExtPools { struct
425 } t_FmExtPools; argument
1713 typedef t_FmExtPools t_FmPortExtPools;
H A Dfm_port_ext.h232 t_FmExtPools extBufPools; /**< Which external buffer pools are used
406 t_FmExtPools poolsParams; /**< Which external buffer pools are observed
745 t_Error FM_PORT_ConfigExtBufPools(t_Handle h_FmPort, t_FmExtPools *p_FmExtPools);
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.h827 t_FmExtPools extBufPools;
917 t_FmExtPools extBufPools;
H A Dfm_port.c543 t_FmExtPools *p_ExtBufPools = &p_FmPort->p_FmPortDriverParam->extBufPools; in SetExtBufferPools()
553 memcpy(&p_FmPort->extBufPools, p_ExtBufPools, sizeof(t_FmExtPools)); in SetExtBufferPools()
2501 sizeof(t_FmExtPools)); in FM_PORT_Config()
3027 sizeof(t_FmExtPools)); in FM_PORT_ConfigObservedPoolDepletion()
3032 t_Error FM_PORT_ConfigExtBufPools(t_Handle h_FmPort, t_FmExtPools *p_FmExtPools) in FM_PORT_ConfigExtBufPools()
3044 sizeof(t_FmExtPools)); in FM_PORT_ConfigExtBufPools()