Searched refs:p_ScIds (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/ncsw/Peripherals/FM/MACSEC/ |
H A D | fm_macsec.h | 181 …csecAllocScs(t_Handle h_FmMacsec, e_ScType type, bool isPtp, uint32_t numOfScs, uint32_t *p_ScIds); 182 t_Error FmMacsecFreeScs(t_Handle h_FmMacsec, e_ScType type, uint32_t numOfScs, uint32_t *p_ScIds);
|
H A D | fm_macsec_master.c | 481 …acsecAllocScs(t_Handle h_FmMacsec, e_ScType type, bool isPtp, uint32_t numOfScs, uint32_t *p_ScIds) in FmMacsecAllocScs() argument 489 SANITY_CHECK_RETURN_ERROR(p_ScIds, E_INVALID_HANDLE); in FmMacsecAllocScs() 521 p_ScIds[numOfScs] = i; in FmMacsecAllocScs() 528 t_Error FmMacsecFreeScs(t_Handle h_FmMacsec, e_ScType type, uint32_t numOfScs, uint32_t *p_ScIds) in FmMacsecFreeScs() argument 536 SANITY_CHECK_RETURN_ERROR(p_ScIds, E_INVALID_HANDLE); in FmMacsecFreeScs() 557 p_ScTable[p_ScIds[i]] = FALSE; in FmMacsecFreeScs()
|