Home
last modified time | relevance | path

Searched refs:p_StashParams (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c1748 t_Error QM_PORTAL_ConfigStash(t_Handle h_QmPortal, t_QmPortalStashParam *p_StashParams) in QM_PORTAL_ConfigStash() argument
1754 SANITY_CHECK_RETURN_ERROR(p_StashParams, E_NULL_POINTER); in QM_PORTAL_ConfigStash()
1756 p_QmPortal->p_QmPortalDriverParams->stashDestQueue = p_StashParams->stashDestQueue; in QM_PORTAL_ConfigStash()
1757 p_QmPortal->p_QmPortalDriverParams->dqrrLiodn = p_StashParams->dqrrLiodn; in QM_PORTAL_ConfigStash()
1758 p_QmPortal->p_QmPortalDriverParams->fdFqLiodn = p_StashParams->fdFqLiodn; in QM_PORTAL_ConfigStash()
1759 p_QmPortal->p_QmPortalDriverParams->eqcr = p_StashParams->eqcr; in QM_PORTAL_ConfigStash()
1760 p_QmPortal->p_QmPortalDriverParams->eqcrHighPri = p_StashParams->eqcrHighPri; in QM_PORTAL_ConfigStash()
1761 p_QmPortal->p_QmPortalDriverParams->dqrr = p_StashParams->dqrr; in QM_PORTAL_ConfigStash()
1762 p_QmPortal->p_QmPortalDriverParams->dqrrHighPri = p_StashParams->dqrrHighPri; in QM_PORTAL_ConfigStash()
1763 p_QmPortal->p_QmPortalDriverParams->fdFq = p_StashParams->fdFq; in QM_PORTAL_ConfigStash()
[all …]
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dqm_ext.h715 t_Error QM_PORTAL_ConfigStash(t_Handle h_QmPortal, t_QmPortalStashParam *p_StashParams);