Searched refs:t_RxScParams (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/MACSEC/
H A Dfm_macsec.h120 } t_RxScParams; typedef in typeref:struct:__anon9689
183 t_Error FmMacsecCreateRxSc(t_Handle h_FmMacsec, t_RxScParams *p_RxScParams);
H A Dfm_macsec_secy.c97 t_RxScParams rxScParams;
141 ((t_RxScParams *)p_Params)->scId = p_ScTable[i].scId;
142 ((t_RxScParams *)p_Params)->sci = sci;
143 if ((err = FmMacsecCreateRxSc(p_FmMacsecSecY->h_FmMacsec, (t_RxScParams *)p_Params)) != E_OK)
H A Dfm_macsec_master.c585 t_Error FmMacsecCreateRxSc(t_Handle h_FmMacsec, t_RxScParams *p_RxScParams)

Completed in 105 milliseconds