Home
last modified time | relevance | path

Searched refs:ownerId (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_plcr.c568 p_FmPcd->p_FmPcdPlcr->profiles[profilesIds[i]].profilesMng.ownerId = 0; in AllocSharedProfiles()
587 p_FmPcd->p_FmPcdPlcr->profiles[profilesIds[i]].profilesMng.ownerId = p_FmPcd->guestId; in FreeSharedProfiles()
707 p_FmPcdPlcr->profiles[i].profilesMng.ownerId = (uint8_t)ILLEGAL_BASE; in PlcrConfig()
912 if (p_FmPcd->p_FmPcdPlcr->profiles[i].profilesMng.ownerId == (uint8_t)ILLEGAL_BASE) in PlcrAllocProfilesForPartition()
919 p_FmPcd->p_FmPcdPlcr->profiles[i].profilesMng.ownerId = guestId; in PlcrAllocProfilesForPartition()
969 if (p_FmPcd->p_FmPcdPlcr->profiles[i].profilesMng.ownerId == guestId) in PlcrFreeProfilesForPartition()
970 p_FmPcd->p_FmPcdPlcr->profiles[i].profilesMng.ownerId = (uint8_t)ILLEGAL_BASE; in PlcrFreeProfilesForPartition()
1115 p_FmPcd->p_FmPcdPlcr->profiles[i].profilesMng.ownerId = hardwarePortId; in FmPcdPlcrAllocProfiles()
1163 ASSERT_COND(p_FmPcd->p_FmPcdPlcr->profiles[i].profilesMng.ownerId == hardwarePortId); in FmPcdPlcrFreeProfiles()
1167 p_FmPcd->p_FmPcdPlcr->profiles[i].profilesMng.ownerId = p_FmPcd->guestId; in FmPcdPlcrFreeProfiles()
H A Dfm_kg.c2186 p_FmPcd->p_FmPcdKg->schemesMng[i].ownerId = guestId; in FmPcdKgAllocSchemes()
2198 p_FmPcd->p_FmPcdKg->schemesMng[p_SchemesIds[j]].ownerId = 0; in FmPcdKgAllocSchemes()
2225 if (p_FmPcd->p_FmPcdKg->schemesMng[p_SchemesIds[i]].ownerId != guestId) in FmPcdKgFreeSchemes()
2230 p_FmPcd->p_FmPcdKg->schemesMng[p_SchemesIds[i]].ownerId = 0; in FmPcdKgFreeSchemes()
2278 p_FmPcd->p_FmPcdKg->clsPlanBlocksMng[j].ownerId = guestId; in KgAllocClsPlanEntries()
2306 ASSERT_COND(guestId == p_FmPcd->p_FmPcdKg->clsPlanBlocksMng[i].ownerId); in KgFreeClsPlanEntries()
2308 p_FmPcd->p_FmPcdKg->clsPlanBlocksMng[i].ownerId = 0; in KgFreeClsPlanEntries()
H A Dfm_pcd.h201 uint8_t ownerId; /* guestId for KG in multi-partition only. member
/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm.h573 uint8_t ownerId; /* guestId for KG in multi-partition only, member
H A Dfm_ncsw.c710 if (p_Fm->p_FmSp->profiles[i].profilesMng.ownerId == (uint8_t)ILLEGAL_BASE) in AllocVSPsForPartition()
717 p_Fm->p_FmSp->profiles[i].profilesMng.ownerId = guestId; in AllocVSPsForPartition()
773 if (p_Fm->p_FmSp->profiles[i].profilesMng.ownerId == guestId) in FreeVSPsForPartition()
774 p_Fm->p_FmSp->profiles[i].profilesMng.ownerId = (uint8_t)ILLEGAL_BASE; in FreeVSPsForPartition()
3355 p_Fm->p_FmSp->profiles[i].profilesMng.ownerId = (uint8_t)ILLEGAL_BASE; in FM_Config()