Searched refs:p_FmVspEntry (Results 1 – 1 of 1) sorted by relevance
53 static t_Error CheckParamsGeneratedInternally(t_FmVspEntry *p_FmVspEntry) in CheckParamsGeneratedInternally() argument57 if ((err = FmSpCheckIntContextParams(&p_FmVspEntry->intContext))!= E_OK) in CheckParamsGeneratedInternally()59 if ((err = FmSpCheckBufMargins(&p_FmVspEntry->bufMargins)) != E_OK) in CheckParamsGeneratedInternally()65 static t_Error CheckParams(t_FmVspEntry *p_FmVspEntry) in CheckParams() argument69 SANITY_CHECK_RETURN_ERROR(p_FmVspEntry, E_INVALID_HANDLE); in CheckParams()70 SANITY_CHECK_RETURN_ERROR(p_FmVspEntry->p_FmVspEntryDriverParams, E_INVALID_HANDLE); in CheckParams()71 SANITY_CHECK_RETURN_ERROR(p_FmVspEntry->h_Fm, E_INVALID_HANDLE); in CheckParams()73 if ((err = FmSpCheckBufPoolsParams(&p_FmVspEntry->p_FmVspEntryDriverParams->extBufPools, in CheckParams()74 p_FmVspEntry->p_FmVspEntryDriverParams->p_BackupBmPools, in CheckParams()75 … p_FmVspEntry->p_FmVspEntryDriverParams->p_BufPoolDepletion)) != E_OK) in CheckParams()[all …]