Searched refs:sdqcrFlags (Results 1 – 1 of 1) sorted by relevance
1203 uint32_t sdqcrFlags, in qman_create_portal() argument1215 sdqcrFlags ? e_QmPortalDequeuePushMode : e_QmPortalDequeuePullMode, in qman_create_portal()1275 qm_dqrr_sdqcr_set(p_QmPortal->p_LowQmPortal, sdqcrFlags); in qman_create_portal()1624 uint32_t i, flags=0, sdqcrFlags=0; in QM_PORTAL_Init() local1661 sdqcrFlags |= ((p_QmPortal->p_QmPortalDriverParams->poolChannels[i]) ? in QM_PORTAL_Init()1666 sdqcrFlags |= QM_SDQCR_SOURCE_SPECIFICWQ; in QM_PORTAL_Init()1667 sdqcrFlags |= (p_QmPortal->p_QmPortalDriverParams->dedicatedChannel) ? in QM_PORTAL_Init()1788 uint32_t sdqcrFlags; in QM_PORTAL_AddPoolChannel() local1793 sdqcrFlags = qm_dqrr_sdqcr_get(p_QmPortal->p_LowQmPortal); in QM_PORTAL_AddPoolChannel()1794 sdqcrFlags |= QM_SDQCR_CHANNELS_POOL(poolChannelId+1); in QM_PORTAL_AddPoolChannel()[all …]