Searched defs:h_FmMacsec (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/ncsw/Peripherals/FM/MACSEC/ |
H A D | fm_macsec.c | 69 t_Error FM_MACSEC_Init(t_Handle h_FmMacsec) in FM_MACSEC_Init() 81 t_Error FM_MACSEC_Free(t_Handle h_FmMacsec) in FM_MACSEC_Free() 93 t_Error FM_MACSEC_ConfigUnknownSciFrameTreatment(t_Handle h_FmMacsec, e_FmMacsecUnknownSciFrameTrea… in FM_MACSEC_ConfigUnknownSciFrameTreatment() 105 t_Error FM_MACSEC_ConfigInvalidTagsFrameTreatment(t_Handle h_FmMacsec, bool deliverUncontrolled) in FM_MACSEC_ConfigInvalidTagsFrameTreatment() 117 t_Error FM_MACSEC_ConfigEncryptWithNoChangedTextFrameTreatment(t_Handle h_FmMacsec, bool discardUnc… in FM_MACSEC_ConfigEncryptWithNoChangedTextFrameTreatment() 129 t_Error FM_MACSEC_ConfigUntagFrameTreatment(t_Handle h_FmMacsec, e_FmMacsecUntagFrameTreatment trea… in FM_MACSEC_ConfigUntagFrameTreatment() 141 t_Error FM_MACSEC_ConfigPnExhaustionThreshold(t_Handle h_FmMacsec, uint32_t pnExhThr) in FM_MACSEC_ConfigPnExhaustionThreshold() 153 t_Error FM_MACSEC_ConfigKeysUnreadable(t_Handle h_FmMacsec) in FM_MACSEC_ConfigKeysUnreadable() 165 t_Error FM_MACSEC_ConfigSectagWithoutSCI(t_Handle h_FmMacsec) in FM_MACSEC_ConfigSectagWithoutSCI() 177 t_Error FM_MACSEC_ConfigException(t_Handle h_FmMacsec, e_FmMacsecExceptions exception, bool enable) in FM_MACSEC_ConfigException() [all …]
|
H A D | fm_macsec_master.c | 70 static void MacsecEventIsr(t_Handle h_FmMacsec) in MacsecEventIsr() 89 static void MacsecErrorIsr(t_Handle h_FmMacsec) in MacsecErrorIsr() 125 static t_Error MacsecInit(t_Handle h_FmMacsec) in MacsecInit() 191 static t_Error MacsecFree(t_Handle h_FmMacsec) in MacsecFree() 220 static t_Error MacsecConfigUnknownSciFrameTreatment(t_Handle h_FmMacsec, e_FmMacsecUnknownSciFrameT… in MacsecConfigUnknownSciFrameTreatment() 232 static t_Error MacsecConfigInvalidTagsFrameTreatment(t_Handle h_FmMacsec, bool deliverUncontrolled) in MacsecConfigInvalidTagsFrameTreatment() 244 static t_Error MacsecConfigChangedTextWithNoEncryptFrameTreatment(t_Handle h_FmMacsec, bool deliver… in MacsecConfigChangedTextWithNoEncryptFrameTreatment() 256 static t_Error MacsecConfigOnlyScbIsSetFrameTreatment(t_Handle h_FmMacsec, bool deliverUncontrolled) in MacsecConfigOnlyScbIsSetFrameTreatment() 268 static t_Error MacsecConfigEncryptWithNoChangedTextFrameTreatment(t_Handle h_FmMacsec, bool discard… in MacsecConfigEncryptWithNoChangedTextFrameTreatment() 280 static t_Error MacsecConfigUntagFrameTreatment(t_Handle h_FmMacsec, e_FmMacsecUntagFrameTreatment t… in MacsecConfigUntagFrameTreatment() [all …]
|
H A D | fm_macsec_secy.h | 118 t_Handle h_FmMacsec; member
|
/freebsd/sys/contrib/ncsw/inc/Peripherals/ |
H A D | fm_macsec_ext.h | 705 …t_Handle h_FmMacsec; /**< A handle to the FM MACSEC… member
|