Home
last modified time | relevance | path

Searched refs:h_FmMacsec (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MACSEC/
H A Dfm_macsec.c69 t_Error FM_MACSEC_Init(t_Handle h_FmMacsec) in FM_MACSEC_Init() argument
76 return p_FmMacsecControllerDriver->f_FM_MACSEC_Init(h_FmMacsec); in FM_MACSEC_Init()
81 t_Error FM_MACSEC_Free(t_Handle h_FmMacsec) in FM_MACSEC_Free() argument
88 return p_FmMacsecControllerDriver->f_FM_MACSEC_Free(h_FmMacsec); in FM_MACSEC_Free()
153 t_Error FM_MACSEC_ConfigKeysUnreadable(t_Handle h_FmMacsec) in FM_MACSEC_ConfigKeysUnreadable() argument
165 t_Error FM_MACSEC_ConfigSectagWithoutSCI(t_Handle h_FmMacsec) in FM_MACSEC_ConfigSectagWithoutSCI() argument
189 t_Error FM_MACSEC_GetRevision(t_Handle h_FmMacsec, uint32_t *p_MacsecRevision) in FM_MACSEC_GetRevision() argument
202 t_Error FM_MACSEC_Enable(t_Handle h_FmMacsec) in FM_MACSEC_Enable() argument
209 return p_FmMacsecControllerDriver->f_FM_MACSEC_Enable(h_FmMacsec); in FM_MACSEC_Enable()
214 t_Error FM_MACSEC_Disable(t_Handle h_FmMacsec) in FM_MACSEC_Disable() argument
[all …]
H A Dfm_macsec.h53 t_Error (*f_FM_MACSEC_Init) (t_Handle h_FmMacsec);
54 t_Error (*f_FM_MACSEC_Free) (t_Handle h_FmMacsec);
63 t_Error (*f_FM_MACSEC_ConfigKeysUnreadable) (t_Handle h_FmMacsec);
64 t_Error (*f_FM_MACSEC_ConfigSectagWithoutSCI) (t_Handle h_FmMacsec);
68 t_Error (*f_FM_MACSEC_Enable) (t_Handle h_FmMacsec);
69 t_Error (*f_FM_MACSEC_Disable) (t_Handle h_FmMacsec);
169 void FmMacsecRegisterIntr(t_Handle h_FmMacsec,
176 void FmMacsecUnregisterIntr(t_Handle h_FmMacsec,
184 t_Error FmMacsecDeleteRxSc(t_Handle h_FmMacsec, uint32_t scId);
186 t_Error FmMacsecDeleteTxSc(t_Handle h_FmMacsec, uint32_t scId);
[all …]
H A Dfm_macsec_master.c70 static void MacsecEventIsr(t_Handle h_FmMacsec) in MacsecEventIsr() argument
72 t_FmMacsec *p_FmMacsec = (t_FmMacsec*)h_FmMacsec; in MacsecEventIsr()
89 static void MacsecErrorIsr(t_Handle h_FmMacsec) in MacsecErrorIsr() argument
91 t_FmMacsec *p_FmMacsec = (t_FmMacsec*)h_FmMacsec; in MacsecErrorIsr()
125 static t_Error MacsecInit(t_Handle h_FmMacsec) in MacsecInit() argument
191 static t_Error MacsecFree(t_Handle h_FmMacsec) in MacsecFree() argument
193 t_FmMacsec *p_FmMacsec = (t_FmMacsec*)h_FmMacsec; in MacsecFree()
222 t_FmMacsec *p_FmMacsec = (t_FmMacsec*)h_FmMacsec; in MacsecConfigUnknownSciFrameTreatment()
234 t_FmMacsec *p_FmMacsec = (t_FmMacsec*)h_FmMacsec; in MacsecConfigInvalidTagsFrameTreatment()
363 static t_Error MacsecEnable(t_Handle h_FmMacsec) in MacsecEnable() argument
[all …]
H A Dfm_macsec_secy.c101 ASSERT_COND(p_FmMacsecSecY->h_FmMacsec); in FmMacsecSecYCreateSc()
169 ASSERT_COND(p_FmMacsecSecY->h_FmMacsec); in FmMacsecSecYDeleteSc()
213 p_FmMacsecSecY->h_FmMacsec = p_FmMacsecSecYParam->h_FmMacsec; in FM_MACSEC_SECY_Config()
295 FmMacsecRegisterIntr(p_FmMacsecSecY->h_FmMacsec, in FM_MACSEC_SECY_Init()
301 FmMacsecRegisterIntr(p_FmMacsecSecY->h_FmMacsec, in FM_MACSEC_SECY_Init()
334 FmMacsecSetPTP(p_FmMacsecSecY->h_FmMacsec, FALSE); in FM_MACSEC_SECY_Free()
349 FmMacsecUnregisterIntr(p_FmMacsecSecY->h_FmMacsec, in FM_MACSEC_SECY_Free()
353 FmMacsecUnregisterIntr(p_FmMacsecSecY->h_FmMacsec, in FM_MACSEC_SECY_Free()
744 if ((err = FmMacsecTxSaGetActive(p_FmMacsecSecY->h_FmMacsec, in FM_MACSEC_SECY_TxSaModifyKey()
749 if ((err = FmMacsecTxSaSetActive(p_FmMacsecSecY->h_FmMacsec, in FM_MACSEC_SECY_TxSaModifyKey()
[all …]
H A Dfm_macsec_secy.h118 t_Handle h_FmMacsec; member
/f-stack/freebsd/contrib/ncsw/inc/Peripherals/
H A Dfm_macsec_ext.h139 t_Error FM_MACSEC_Init(t_Handle h_FmMacsec);
152 t_Error FM_MACSEC_Free(t_Handle h_FmMacsec);
301 t_Error FM_MACSEC_ConfigPnExhaustionThreshold(t_Handle h_FmMacsec, uint32_t pnExhThr);
315 t_Error FM_MACSEC_ConfigKeysUnreadable(t_Handle h_FmMacsec);
328 t_Error FM_MACSEC_ConfigSectagWithoutSCI(t_Handle h_FmMacsec);
371 t_Error FM_MACSEC_GetRevision(t_Handle h_FmMacsec, uint32_t *p_MacsecRevision);
385 t_Error FM_MACSEC_Enable(t_Handle h_FmMacsec);
399 t_Error FM_MACSEC_Disable(t_Handle h_FmMacsec);
428 t_Error FM_MACSEC_DumpRegs(t_Handle h_FmMacsec);
447 t_Error FM_MACSEC_BackdoorSet(t_Handle h_FmMacsec, uint32_t offset, uint32_t value);
[all …]