Searched refs:numOfProfiles (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_plcr.c349 t_Error FmPcdPlcrAllocProfiles(t_Handle h_FmPcd, uint8_t hardwarePortId, uint16_t numOfProfiles) argument
362 if(!numOfProfiles)
372 ipcPlcrParams.num = numOfProfiles;
394 err = PlcrAllocProfiles(p_FmPcd, hardwarePortId, numOfProfiles, &base);
400 p_FmPcd->p_FmPcdPlcr->portsMapping[swPortIndex].numOfProfiles = numOfProfiles;
425 ipcPlcrParams.num = p_FmPcd->p_FmPcdPlcr->portsMapping[swPortIndex].numOfProfiles;
446 err = PlcrFreeProfiles(p_FmPcd, hardwarePortId, p_FmPcd->p_FmPcdPlcr->portsMapping[swPortIndex].numOfProfiles, p_FmPcd->p_FmPcdPlcr->portsMapping[swPortIndex].profilesBase);
450 p_FmPcd->p_FmPcdPlcr->portsMapping[swPortIndex].numOfProfiles = 0;
464 t_Error PlcrAllocProfiles(t_FmPcd *p_FmPcd, uint8_t hardwarePortId, uint16_t numOfProfiles, uint16_ argument
539 PlcrAllocSharedProfiles(t_FmPcd *p_FmPcd, uint16_t numOfProfiles, uint16_t *profilesIds) argument
576 PlcrFreeProfiles(t_FmPcd *p_FmPcd, uint8_t hardwarePortId, uint16_t numOfProfiles, uint16_t base) argument
600 PlcrFreeSharedProfiles(t_FmPcd *p_FmPcd, uint16_t numOfProfiles, uint16_t *profilesIds) argument
[all...]
H A Dfm_pcd.h501 uint16_t numOfProfiles; member in struct:__anon8195
532 uint16_t numOfProfiles; member in struct:__anon8198
675 t_Error PlcrAllocProfiles(t_FmPcd *p_FmPcd, uint8_t hardwarePortId, uint16_t numOfProfiles, uint16_t *p_Base);
676 t_Error PlcrAllocSharedProfiles(t_FmPcd *p_FmPcd, uint16_t numOfProfiles, uint16_t *profilesIds);
677 void PlcrFreeSharedProfiles(t_FmPcd *p_FmPcd, uint16_t numOfProfiles, uint16_t *profilesIds);
H A Dfm_kg.c899 for(j = 0;j<p_Scheme->numOfProfiles;j++)
902 if(p_Scheme->relativeProfileId+j >= p_FmPcd->p_FmPcdPlcr->portsMapping[swPortIndex].numOfProfiles)
1815 uint16_t profileId=0, numOfProfiles=0, relativeProfileId; local
1897 numOfProfiles = 1;
1903 numOfProfiles = p_Scheme->kgNextEngineParams.plcrProfile.profileSelect.indirectProfile.numOfProfiles;
1938 numOfProfiles = 1;
1944 numOfProfiles = p_Scheme->kgNextEngineParams.cc.plcrProfile.profileSelect.indirectProfile.numOfProfiles;
1972 p_FmPcd->p_FmPcdKg->schemes[relativeSchemeId].numOfProfiles
[all...]
H A Dfm_pcd.c235 uint16_t numOfProfiles; local
241 memcpy((uint8_t*)&numOfProfiles, p_IpcMsg->msgBody, sizeof(uint16_t));
243 numOfProfiles,
248 for(i = 0;i<numOfProfiles;i++)
/freebsd-11.0-release/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h1994 @Param[in] numOfProfiles The number of required policer profiles
2000 t_Error FM_PORT_PcdPlcrAllocProfiles(t_Handle h_FmPort, uint16_t numOfProfiles);
H A Dfm_pcd_ext.h1250 together with fqidOffsetShift and numOfProfiles
1266 uint8_t numOfProfiles; /**< Range of profiles starting at base */ member in struct:t_FmPcdKgPlcrProfile::__anon8301::__anon8302
/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h797 t_Error FmPcdPlcrAllocProfiles(t_Handle h_FmPcd, uint8_t hardwarePortId, uint16_t numOfProfiles);
/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c4162 t_Error FM_PORT_PcdPlcrAllocProfiles(t_Handle h_FmPort, uint16_t numOfProfiles) argument
4170 if(numOfProfiles)
4172 err = FmPcdPlcrAllocProfiles(p_FmPort->h_FmPcd, p_FmPort->hardwarePortId, numOfProfiles);

Completed in 106 milliseconds