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

/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/MACSEC/
H A Dfm_macsec.c69 t_Error FM_MACSEC_Init(t_Handle h_FmMacsec) argument
71 t_FmMacsecControllerDriver *p_FmMacsecControllerDriver = (t_FmMacsecControllerDriver *)h_FmMacsec;
76 return p_FmMacsecControllerDriver->f_FM_MACSEC_Init(h_FmMacsec);
81 t_Error FM_MACSEC_Free(t_Handle h_FmMacsec) argument
83 t_FmMacsecControllerDriver *p_FmMacsecControllerDriver = (t_FmMacsecControllerDriver *)h_FmMacsec;
88 return p_FmMacsecControllerDriver->f_FM_MACSEC_Free(h_FmMacsec);
93 t_Error FM_MACSEC_ConfigUnknownSciFrameTreatment(t_Handle h_FmMacsec, e_FmMacsecUnknownSciFrameTreatment treatMode) argument
95 t_FmMacsecControllerDriver *p_FmMacsecControllerDriver = (t_FmMacsecControllerDriver *)h_FmMacsec;
100 return p_FmMacsecControllerDriver->f_FM_MACSEC_ConfigUnknownSciFrameTreatment(h_FmMacsec, treatMode);
105 t_Error FM_MACSEC_ConfigInvalidTagsFrameTreatment(t_Handle h_FmMacsec, boo argument
117 FM_MACSEC_ConfigEncryptWithNoChangedTextFrameTreatment(t_Handle h_FmMacsec, bool discardUncontrolled) argument
129 FM_MACSEC_ConfigUntagFrameTreatment(t_Handle h_FmMacsec, e_FmMacsecUntagFrameTreatment treatMode) argument
141 FM_MACSEC_ConfigPnExhaustionThreshold(t_Handle h_FmMacsec, uint32_t pnExhThr) argument
153 FM_MACSEC_ConfigKeysUnreadable(t_Handle h_FmMacsec) argument
165 FM_MACSEC_ConfigSectagWithoutSCI(t_Handle h_FmMacsec) argument
177 FM_MACSEC_ConfigException(t_Handle h_FmMacsec, e_FmMacsecExceptions exception, bool enable) argument
189 FM_MACSEC_GetRevision(t_Handle h_FmMacsec, uint32_t *p_MacsecRevision) argument
202 FM_MACSEC_Enable(t_Handle h_FmMacsec) argument
214 FM_MACSEC_Disable(t_Handle h_FmMacsec) argument
226 FM_MACSEC_SetException(t_Handle h_FmMacsec, e_FmMacsecExceptions exception, bool enable) 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);
56 t_Error (*f_FM_MACSEC_ConfigUnknownSciFrameTreatment) (t_Handle h_FmMacsec, e_FmMacsecUnknownSciFrameTreatment treatMode);
57 t_Error (*f_FM_MACSEC_ConfigInvalidTagsFrameTreatment) (t_Handle h_FmMacsec, bool deliverUncontrolled);
58 t_Error (*f_FM_MACSEC_ConfigEncryptWithNoChangedTextFrameTreatment) (t_Handle h_FmMacsec, bool discardUncontrolled);
59 t_Error (*f_FM_MACSEC_ConfigChangedTextWithNoEncryptFrameTreatment) (t_Handle h_FmMacsec, bool deliverUncontrolled);
60 t_Error (*f_FM_MACSEC_ConfigUntagFrameTreatment) (t_Handle h_FmMacsec, e_FmMacsecUntagFrameTreatment treatMode);
61 t_Error (*f_FM_MACSEC_ConfigOnlyScbIsSetFrameTreatment) (t_Handle h_FmMacsec, bool deliverUncontrolled);
62 t_Error (*f_FM_MACSEC_ConfigPnExhaustionThreshold) (t_Handle h_FmMacsec, uint32_t pnExhThr);
63 t_Error (*f_FM_MACSEC_ConfigKeysUnreadable) (t_Handle h_FmMacsec);
[all...]
H A Dfm_macsec_master.c70 static void MacsecEventIsr(t_Handle h_FmMacsec) argument
72 t_FmMacsec *p_FmMacsec = (t_FmMacsec*)h_FmMacsec;
89 static void MacsecErrorIsr(t_Handle h_FmMacsec) argument
91 t_FmMacsec *p_FmMacsec = (t_FmMacsec*)h_FmMacsec;
125 static t_Error MacsecInit(t_Handle h_FmMacsec) argument
127 t_FmMacsec *p_FmMacsec = (t_FmMacsec*)h_FmMacsec;
191 static t_Error MacsecFree(t_Handle h_FmMacsec) argument
193 t_FmMacsec *p_FmMacsec = (t_FmMacsec*)h_FmMacsec;
220 static t_Error MacsecConfigUnknownSciFrameTreatment(t_Handle h_FmMacsec, e_FmMacsecUnknownSciFrameTreatment treatMode) argument
222 t_FmMacsec *p_FmMacsec = (t_FmMacsec*)h_FmMacsec;
232 MacsecConfigInvalidTagsFrameTreatment(t_Handle h_FmMacsec, bool deliverUncontrolled) argument
244 MacsecConfigChangedTextWithNoEncryptFrameTreatment(t_Handle h_FmMacsec, bool deliverUncontrolled) argument
256 MacsecConfigOnlyScbIsSetFrameTreatment(t_Handle h_FmMacsec, bool deliverUncontrolled) argument
268 MacsecConfigEncryptWithNoChangedTextFrameTreatment(t_Handle h_FmMacsec, bool discardUncontrolled) argument
280 MacsecConfigUntagFrameTreatment(t_Handle h_FmMacsec, e_FmMacsecUntagFrameTreatment treatMode) argument
292 MacsecConfigPnExhaustionThreshold(t_Handle h_FmMacsec, uint32_t pnExhThr) argument
304 MacsecConfigKeysUnreadable(t_Handle h_FmMacsec) argument
316 MacsecConfigSectagWithoutSCI(t_Handle h_FmMacsec) argument
329 MacsecConfigException(t_Handle h_FmMacsec, e_FmMacsecExceptions exception, bool enable) argument
351 MacsecGetRevision(t_Handle h_FmMacsec, uint32_t *p_MacsecRevision) argument
363 MacsecEnable(t_Handle h_FmMacsec) argument
378 MacsecDisable(t_Handle h_FmMacsec) argument
393 MacsecSetException(t_Handle h_FmMacsec, e_FmMacsecExceptions exception, bool enable) argument
445 FmMacsecRegisterIntr(t_Handle h_FmMacsec, e_FmMacsecEventModules module, uint8_t modId, e_FmIntrType intrType, void (*f_Isr) (t_Handle h_Arg, uint32_t id), t_Handle h_Arg) argument
464 FmMacsecUnregisterIntr(t_Handle h_FmMacsec, e_FmMacsecEventModules module, uint8_t modId, e_FmIntrType intrType) argument
481 FmMacsecAllocScs(t_Handle h_FmMacsec, e_ScType type, bool isPtp, uint32_t numOfScs, uint32_t *p_ScIds) argument
528 FmMacsecFreeScs(t_Handle h_FmMacsec, e_ScType type, uint32_t numOfScs, uint32_t *p_ScIds) argument
565 FmMacsecSetPTP(t_Handle h_FmMacsec, bool enable) argument
585 FmMacsecCreateRxSc(t_Handle h_FmMacsec, t_RxScParams *p_RxScParams) argument
621 FmMacsecDeleteRxSc(t_Handle h_FmMacsec, uint32_t scId) argument
641 FmMacsecCreateTxSc(t_Handle h_FmMacsec, t_TxScParams *p_TxScParams) argument
683 FmMacsecDeleteTxSc(t_Handle h_FmMacsec, uint32_t scId) argument
703 FmMacsecCreateRxSa(t_Handle h_FmMacsec, uint32_t scId, e_ScSaId saId, macsecAN_t an, uint32_t lowestPn, macsecSAKey_t key) argument
729 FmMacsecCreateTxSa(t_Handle h_FmMacsec, uint32_t scId, e_ScSaId saId, macsecSAKey_t key) argument
753 FmMacsecDeleteRxSa(t_Handle h_FmMacsec, uint32_t scId, e_ScSaId saId) argument
780 FmMacsecDeleteTxSa(t_Handle h_FmMacsec, uint32_t scId, e_ScSaId saId) argument
805 FmMacsecRxSaSetReceive(t_Handle h_FmMacsec, uint32_t scId, e_ScSaId saId, bool enableReceive) argument
831 FmMacsecRxSaUpdateNextPn(t_Handle h_FmMacsec, uint32_t scId, e_ScSaId saId, uint32_t updtNextPN) argument
851 FmMacsecRxSaUpdateLowestPn(t_Handle h_FmMacsec, uint32_t scId, e_ScSaId saId, uint32_t updtLowestPN) argument
871 FmMacsecTxSaSetActive(t_Handle h_FmMacsec, uint32_t scId, e_ScSaId saId, macsecAN_t an) argument
897 FmMacsecTxSaGetActive(t_Handle h_FmMacsec, uint32_t scId, macsecAN_t *p_An) argument
920 FmMacsecSetException(t_Handle h_FmMacsec, e_FmMacsecGlobalExceptions exception, uint32_t scId, bool enable) argument
944 FmMacsecSetEvent(t_Handle h_FmMacsec, e_FmMacsecGlobalEvents event, uint32_t scId, bool enable) argument
[all...]
H A Dfm_macsec_secy.c101 ASSERT_COND(p_FmMacsecSecY->h_FmMacsec);
143 if ((err = FmMacsecCreateRxSc(p_FmMacsecSecY->h_FmMacsec, (t_RxScParams *)p_Params)) != E_OK)
153 if ((err = FmMacsecCreateTxSc(p_FmMacsecSecY->h_FmMacsec, (t_TxScParams *)p_Params)) != E_OK)
169 ASSERT_COND(p_FmMacsecSecY->h_FmMacsec);
174 if ((err = FmMacsecDeleteRxSc(p_FmMacsecSecY->h_FmMacsec, p_FmSecYSc->scId)) != E_OK)
178 if ((err = FmMacsecDeleteTxSc(p_FmMacsecSecY->h_FmMacsec, p_FmSecYSc->scId)) != E_OK)
213 p_FmMacsecSecY->h_FmMacsec = p_FmMacsecSecYParam->h_FmMacsec;
251 ((err = FmMacsecSetPTP(p_FmMacsecSecY->h_FmMacsec, TRUE)) != E_OK))
259 if ((err = FmMacsecAllocScs(p_FmMacsecSecY->h_FmMacsec, e_SC_R
[all...]
H A Dfm_macsec_secy.h118 t_Handle h_FmMacsec; member in struct:__anon10783
/freebsd-12-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_macsec_ext.h135 @Param[in] h_FmMacsec FM MACSEC module descriptor.
139 t_Error FM_MACSEC_Init(t_Handle h_FmMacsec);
148 @Param[in] h_FmMacsec FM MACSEC module descriptor.
152 t_Error FM_MACSEC_Free(t_Handle h_FmMacsec);
191 @Param[in] h_FmMacsec FM MACSEC module descriptor.
198 t_Error FM_MACSEC_ConfigUnknownSciFrameTreatment(t_Handle h_FmMacsec, e_FmMacsecUnknownSciFrameTreatment treatMode);
207 @Param[in] h_FmMacsec FM MACSEC module descriptor.
216 t_Error FM_MACSEC_ConfigInvalidTagsFrameTreatment(t_Handle h_FmMacsec, bool deliverUncontrolled);
225 @Param[in] h_FmMacsec FM MACSEC module descriptor.
234 t_Error FM_MACSEC_ConfigEncryptWithNoChangedTextFrameTreatment(t_Handle h_FmMacsec, boo
705 t_Handle h_FmMacsec; /**< A handle to the FM MACSEC object */ member in struct:t_FmMacsecSecYParams
[all...]

Completed in 68 milliseconds