Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/
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()
769 ASSERT_COND(p_Fm->p_FmSp); in FreeVSPsForPartition()
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()
1533 p_Fm->p_FmSp->portsMapping[swPortIndex].numOfProfiles = numOfVSPs; in FmVSPAllocForPort()
1534 p_Fm->p_FmSp->portsMapping[swPortIndex].profilesBase = first; in FmVSPAllocForPort()
1538 p_Fm->p_FmSp->profiles[i].profilesMng.allocated = FALSE; in FmVSPAllocForPort()
[all …]
H A Dfm.h621 t_FmSp *p_FmSp; member