Home
last modified time | relevance | path

Searched refs:partPlcrProfilesBase (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_plcr.c699 p_FmPcdPlcr->partPlcrProfilesBase = p_FmPcdParams->partPlcrProfilesBase; in PlcrConfig()
721 …if ((p_FmPcdPlcr->partPlcrProfilesBase + p_FmPcdPlcr->partNumOfPlcrProfiles) > FM_PCD_PLCR_NUM_ENT… in PlcrInit()
733 p_FmPcdPlcr->partPlcrProfilesBase, in PlcrInit()
823 p_FmPcd->p_FmPcdPlcr->partPlcrProfilesBase, in PlcrFree()
879 ipcAllocParams.base = p_FmPcd->p_FmPcdPlcr->partPlcrProfilesBase; in PlcrAllocProfilesForPartition()
897 … memcpy((uint8_t*)&p_FmPcd->p_FmPcdPlcr->partPlcrProfilesBase, reply.replyBody, sizeof(uint16_t)); in PlcrAllocProfilesForPartition()
898 if (p_FmPcd->p_FmPcdPlcr->partPlcrProfilesBase == (uint16_t)ILLEGAL_BASE) in PlcrAllocProfilesForPartition()
947 ipcAllocParams.base = p_FmPcd->p_FmPcdPlcr->partPlcrProfilesBase; in PlcrFreeProfilesForPartition()
H A Dfm_pcd.h287 uint16_t partPlcrProfilesBase; member
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h245 …uint8_t partPlcrProfilesBase; /**< The first policer-profile-id dedicated to… member