Home
last modified time | relevance | path

Searched refs:profilesMng (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_plcr.c550 if (!p_FmPcd->p_FmPcdPlcr->profiles[i].profilesMng.allocated) in AllocSharedProfiles()
567 p_FmPcd->p_FmPcdPlcr->profiles[profilesIds[i]].profilesMng.allocated = TRUE; in AllocSharedProfiles()
568 p_FmPcd->p_FmPcdPlcr->profiles[profilesIds[i]].profilesMng.ownerId = 0; in AllocSharedProfiles()
585 ASSERT_COND(p_FmPcd->p_FmPcdPlcr->profiles[profilesIds[i]].profilesMng.allocated); in FreeSharedProfiles()
586 p_FmPcd->p_FmPcdPlcr->profiles[profilesIds[i]].profilesMng.allocated = FALSE; in FreeSharedProfiles()
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()
806 p_FmPcd->p_FmPcdPlcr->profiles[0].profilesMng.allocated = TRUE; in PlcrInit()
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()
[all …]
H A Dfm_pcd.h272 t_FmPcdAllocMng profilesMng; member
/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm.h579 t_FmAllocMng profilesMng; 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()
1504 if (!p_Fm->p_FmSp->profiles[i].profilesMng.allocated) in FmVSPAllocForPort()
1520 p_Fm->p_FmSp->profiles[i].profilesMng.allocated = TRUE; in FmVSPAllocForPort()
1538 p_Fm->p_FmSp->profiles[i].profilesMng.allocated = FALSE; in FmVSPAllocForPort()
1566 p_Fm->p_FmSp->profiles[i].profilesMng.allocated = FALSE; in FmVSPFreeForPort()
3355 p_Fm->p_FmSp->profiles[i].profilesMng.ownerId = (uint8_t)ILLEGAL_BASE; in FM_Config()