Home
last modified time | relevance | path

Searched defs:h_Arg (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/MACSEC/
H A Dfm_macsec_master.c63 static void UnimplementedIsr(t_Handle h_Arg, uint32_t id) in UnimplementedIsr()
445 void FmMacsecRegisterIntr(t_Handle h_FmMacsec, in FmMacsecRegisterIntr()
449 void (*f_Isr) (t_Handle h_Arg, uint32_t id), in FmMacsecRegisterIntr()
/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c370 static void UnimplementedIsr(t_Handle h_Arg) in UnimplementedIsr()
377 static void UnimplementedFmanCtrlIsr(t_Handle h_Arg, uint32_t event) in UnimplementedFmanCtrlIsr()
1754 void FmRegisterIntr(t_Handle h_Fm, in FmRegisterIntr()
1758 void (*f_Isr) (t_Handle h_Arg), in FmRegisterIntr()
1818 …(t_Handle h_Fm, uint8_t eventRegId, void (*f_Isr) (t_Handle h_Arg, uint32_t event), t_Handle h_… in FmRegisterFmanCtrlIntr()
/freebsd/sys/contrib/ncsw/user/env/
H A Dxx.c589 uint32_t *p_ReplyLength, t_IpcMsgCompletion *f_Completion, t_Handle h_Arg) in XX_IpcSendMessage()