Home
last modified time | relevance | path

Searched refs:h_Sc (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ncsw/inc/Peripherals/
H A Dfm_macsec_ext.h940 t_Error FM_MACSEC_SECY_DeleteRxSc(t_Handle h_FmMacsecSecY, t_Handle h_Sc);
958 t_Error FM_MACSEC_SECY_CreateRxSa(t_Handle h_FmMacsecSecY, t_Handle h_Sc, macsecAN_t an, uint32_t l…
973 t_Error FM_MACSEC_SECY_DeleteRxSa(t_Handle h_FmMacsecSecY, t_Handle h_Sc, macsecAN_t an);
988 t_Error FM_MACSEC_SECY_RxSaEnableReceive(t_Handle h_FmMacsecSecY, t_Handle h_Sc, macsecAN_t an);
1003 t_Error FM_MACSEC_SECY_RxSaDisableReceive(t_Handle h_FmMacsecSecY, t_Handle h_Sc, macsecAN_t an);
1021 t_Error FM_MACSEC_SECY_RxSaUpdateNextPn(t_Handle h_FmMacsecSecY, t_Handle h_Sc, macsecAN_t an, uint…
1039 t_Error FM_MACSEC_SECY_RxSaUpdateLowestPn(t_Handle h_FmMacsecSecY, t_Handle h_Sc, macsecAN_t an, ui…
1055 t_Error FM_MACSEC_SECY_RxSaModifyKey(t_Handle h_FmMacsecSecY, t_Handle h_Sc, macsecAN_t an, macsecS…
1159 t_Error FM_MACSEC_SECY_RxScGetStatistics(t_Handle h_FmMacsecSecY, t_Handle h_Sc, t_FmMacsecSecYRxSc…
1175 t_Error FM_MACSEC_SECY_RxSaGetStatistics(t_Handle h_FmMacsecSecY, t_Handle h_Sc, macsecAN_t an, t_F…
[all …]
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MACSEC/
H A Dfm_macsec_secy.c509 t_SecYSc *p_FmSecYSc = (t_SecYSc *)h_Sc; in FM_MACSEC_SECY_DeleteRxSc()
522 t_SecYSc *p_FmSecYSc = (t_SecYSc *)h_Sc; in FM_MACSEC_SECY_CreateRxSa()
544 t_SecYSc *p_FmSecYSc = (t_SecYSc *)h_Sc; in FM_MACSEC_SECY_DeleteRxSa()
568 t_SecYSc *p_FmSecYSc = (t_SecYSc *)h_Sc; in FM_MACSEC_SECY_RxSaEnableReceive()
590 t_SecYSc *p_FmSecYSc = (t_SecYSc *)h_Sc; in FM_MACSEC_SECY_RxSaDisableReceive()
612 t_SecYSc *p_FmSecYSc = (t_SecYSc *)h_Sc; in FM_MACSEC_SECY_RxSaUpdateNextPn()
633 t_SecYSc *p_FmSecYSc = (t_SecYSc *)h_Sc; in FM_MACSEC_SECY_RxSaUpdateLowestPn()
654 t_SecYSc *p_FmSecYSc = (t_SecYSc *)h_Sc; in FM_MACSEC_SECY_RxSaModifyKey()
811 t_SecYSc *p_FmSecYSc = (t_SecYSc *)h_Sc; in FM_MACSEC_SECY_GetRxScPhysId()
862 UNUSED(h_FmMacsecSecY);UNUSED(h_Sc);UNUSED(p_Statistics); in FM_MACSEC_SECY_RxScGetStatistics()
[all …]