Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_macsec_ext.h1249 t_Error FM_MACSEC_SECY_GetRxScPhysId(t_Handle h_FmMacsecSecY, t_Handle h_Sc, uint32_t *p_ScPhysId);
1263 t_Error FM_MACSEC_SECY_GetTxScPhysId(t_Handle h_FmMacsecSecY, uint32_t *p_ScPhysId);
/freebsd/sys/contrib/ncsw/Peripherals/FM/MACSEC/
H A Dfm_macsec_secy.c809 t_Error FM_MACSEC_SECY_GetRxScPhysId(t_Handle h_FmMacsecSecY, t_Handle h_Sc, uint32_t *p_ScPhysId) in FM_MACSEC_SECY_GetRxScPhysId() argument
822 *p_ScPhysId = p_FmSecYSc->scId; in FM_MACSEC_SECY_GetRxScPhysId()
826 t_Error FM_MACSEC_SECY_GetTxScPhysId(t_Handle h_FmMacsecSecY, uint32_t *p_ScPhysId) in FM_MACSEC_SECY_GetTxScPhysId() argument
838 *p_ScPhysId = p_FmSecYSc->scId; in FM_MACSEC_SECY_GetTxScPhysId()