Searched refs:extBufPools (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/sys/contrib/ncsw/Peripherals/FM/SP/
H A Dfm_sp.h63 t_FmExtPools extBufPools; member in struct:__anon9703
80 t_FmExtPools extBufPools; member in struct:__anon9704
H A Dfm_sp.c73 if ((err = FmSpCheckBufPoolsParams(&p_FmVspEntry->p_FmVspEntryDriverParams->extBufPools,
152 RETURN_ERROR(MAJOR, E_INVALID_VALUE, ("extBufPools.extBufPool[%d].id can't be larger than %d", i, BM_MAX_NUM_OF_POOLS));
154 RETURN_ERROR(MAJOR, E_INVALID_VALUE, ("extBufPools.extBufPool[%d].size is 0", i));
165 RETURN_ERROR(MAJOR, E_INVALID_VALUE, ("p_BackupBmPools must be smaller than extBufPools.numOfPoolsUsed"));
179 RETURN_ERROR(MAJOR, E_INVALID_VALUE, ("All p_BackupBmPools.poolIds must be included in extBufPools.extBufPool[n].id"));
185 /* up to extBufPools.numOfPoolsUsed pools may be defined */
444 memcpy(&p_FmVspEntry->p_FmVspEntryDriverParams->extBufPools, &p_FmVspParams->extBufPools, sizeof(t_FmExtPools));
493 FmSpSetBufPoolsInAscOrderOfBufSizes(&(p_FmVspEntry->p_FmVspEntryDriverParams)->extBufPools,
497 p_FmVspEntry->extBufPools
[all...]
/freebsd-current/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_vsp_ext.h80 t_FmExtPools extBufPools; /**< Which external buffer pools are used member in struct:t_FmVspParams
H A Dfm_port_ext.h232 t_FmExtPools extBufPools; /**< Which external buffer pools are used member in struct:t_FmPortRxParams
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.h827 t_FmExtPools extBufPools; member in struct:__anon9680
917 t_FmExtPools extBufPools; member in struct:__anon9681
H A Dfm_port.c85 if (!p_Params->extBufPools.numOfPoolsUsed)
89 ("extBufPools.numOfPoolsUsed=0. At least one buffer pool must be defined"));
91 if (FmSpCheckBufPoolsParams(&p_Params->extBufPools,
543 t_FmExtPools *p_ExtBufPools = &p_FmPort->p_FmPortDriverParam->extBufPools;
553 memcpy(&p_FmPort->extBufPools, p_ExtBufPools, sizeof(t_FmExtPools));
2499 memcpy(&p_FmPort->p_FmPortDriverParam->extBufPools,
2500 &p_FmPortParams->specificParams.rxParams.extBufPools,
3025 memcpy(&p_FmPort->p_FmPortDriverParam->extBufPools,
3043 memcpy(&p_FmPort->p_FmPortDriverParam->extBufPools, p_FmExtPools,
/freebsd-current/sys/dev/dpaa/
H A Dif_dtsec_rm.c169 pool_params = &rx_params->extBufPools;

Completed in 140 milliseconds