Home
last modified time | relevance | path

Searched refs:pnExhThr (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/MACSEC/
H A Dfm_macsec.c141 t_Error FM_MACSEC_ConfigPnExhaustionThreshold(t_Handle h_FmMacsec, uint32_t pnExhThr) in FM_MACSEC_ConfigPnExhaustionThreshold() argument
148 … return p_FmMacsecControllerDriver->f_FM_MACSEC_ConfigPnExhaustionThreshold(h_FmMacsec, pnExhThr); in FM_MACSEC_ConfigPnExhaustionThreshold()
H A Dfm_macsec_master.c159 WRITE_UINT32(p_FmMacsec->p_FmMacsecRegs->tpnet, p_FmMacsecDriverParam->pnExhThr); in MacsecInit()
292 static t_Error MacsecConfigPnExhaustionThreshold(t_Handle h_FmMacsec, uint32_t pnExhThr) in MacsecConfigPnExhaustionThreshold() argument
299 p_FmMacsec->p_FmMacsecDriverParam->pnExhThr = pnExhThr; in MacsecConfigPnExhaustionThreshold()
1016 …p_FmMacsec->p_FmMacsecDriverParam->pnExhThr = DEFAULT_pnExhTh… in FM_MACSEC_MASTER_Config()
H A Dfm_macsec.h62 t_Error (*f_FM_MACSEC_ConfigPnExhaustionThreshold) (t_Handle h_FmMacsec, uint32_t pnExhThr);
H A Dfm_macsec_master.h447 uint32_t pnExhThr; member
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_macsec_ext.h301 t_Error FM_MACSEC_ConfigPnExhaustionThreshold(t_Handle h_FmMacsec, uint32_t pnExhThr);