Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/MACSEC/
H A Dfm_macsec_secy.h127 bool protectFrames; member
H A Dfm_macsec_secy.c123 txScParams.protectFrames = p_FmMacsecSecY->protectFrames; in FmMacsecSecYCreateSc()
222 p_FmMacsecSecY->protectFrames = DEFAULT_protectFrames; in FM_MACSEC_SECY_Config()
386 t_Error FM_MACSEC_SECY_ConfigProtectFrames(t_Handle h_FmMacsecSecY, bool protectFrames) in FM_MACSEC_SECY_ConfigProtectFrames() argument
393 p_FmMacsecSecY->protectFrames = protectFrames; in FM_MACSEC_SECY_ConfigProtectFrames()
H A Dfm_macsec.h126 bool protectFrames; member
H A Dfm_macsec_master.c668 tmpReg |= ((p_TxScParams->protectFrames << TX_SCCFG_PF_SHIFT) & TX_SCCFG_PF_MASK); in FmMacsecCreateTxSc()
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_macsec_ext.h795 t_Error FM_MACSEC_SECY_ConfigProtectFrames(t_Handle h_FmMacsecSecY, bool protectFrames);