Searched refs:useForce (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dqm_ext.h421 bool useForce; /**< TRUE - force reservation of specific fqids; member in struct:t_QmRsrvFqrParams
426 uint32_t align; /**< alignment. will be used if useForce=FALSE */
429 uint32_t fqid; /**< the fqid base of the forced fqids. will be used if useForce=TRUE */
867 bool shadowMode; /**< If TRUE, useForce MUST set to TRUE and numOfFqids MUST set to '1' */
869 bool useForce; /**< TRUE - force allocation of specific fqids; member in struct:__anon8336
873 uint32_t align; /**< alignment. will be used if useForce=FALSE */
876 uint32_t fqid; /**< the fqid base of the forced fqids. will be used if useForce=TRUE */
/freebsd-11-stable/sys/dev/dpaa/
H A Dqman.c339 fqr.useForce = force_fqid;
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.c1120 (uint32_t)((p_QmFqrParams->useForce && !p_QmFqrParams->numOfFqids) ?
1123 p_QmFqrParams->useForce,
H A Dqm_portal_fqr.c1856 (!p_QmFqrParams->useForce || p_QmFqrParams->numOfFqids != 1))
1858 REPORT_ERROR(MAJOR, E_CONFLICT, ("shadowMode must be use with useForce and numOfFqids==1!!!"));
1873 p_QmFqr->numOfFqids = (p_QmFqrParams->useForce && !p_QmFqrParams->numOfFqids) ?
1922 p_QmFqrParams->useForce,

Completed in 117 milliseconds