Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c2747 if (p_FmPort->deepSleepVars.autoResMaxSizes) in FM_PORT_Init()
5601 p_FmPort->deepSleepVars.autoResMaxSizes = XX_Malloc( in FM_PORT_ConfigDsarSupport()
5603 memcpy(p_FmPort->deepSleepVars.autoResMaxSizes, params, in FM_PORT_ConfigDsarSupport()
5611 t_FmPortDsarTablesSizes *params = p_FmPort->deepSleepVars.autoResMaxSizes; in FmPortConfigAutoResForDeepSleepSupport1()
5674 return p_FmPort->deepSleepVars.autoResMaxSizes; in FM_PORT_GetDsarTablesMaxSizes()
5747 size += p_FmPort->deepSleepVars.autoResMaxSizes->maxNumOfSnmpOidChar; in AR_ComputeOffsets()
6003 err = DsarCheckParams(params, p_FmPort->deepSleepVars.autoResMaxSizes);
6007 p_FmPort->deepSleepVars.autoResOffsets = XX_Malloc(sizeof(struct arOffsets));
6008 of = (struct arOffsets *)p_FmPort->deepSleepVars.autoResOffsets;
6309 …p_FmPort->deepSleepVars.fmbm_tcfg = GET_UINT32(p_FmPortTx->p_FmPortBmiRegs->txPortBmiRegs.fmbm_tcf…
[all …]
H A Dfm_port.h945 t_FmPortDsarVars deepSleepVars; member