Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 25 of 28) sorted by relevance

12

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MACSEC/
H A Dfm_macsec.c177 t_Error FM_MACSEC_ConfigException(t_Handle h_FmMacsec, e_FmMacsecExceptions exception, bool enable) in FM_MACSEC_ConfigException()
226 t_Error FM_MACSEC_SetException(t_Handle h_FmMacsec, e_FmMacsecExceptions exception, bool enable) in FM_MACSEC_SetException()
H A Dfm_macsec_master.c329 static t_Error MacsecConfigException(t_Handle h_FmMacsec, e_FmMacsecExceptions exception, bool enab… in MacsecConfigException()
393 static t_Error MacsecSetException(t_Handle h_FmMacsec, e_FmMacsecExceptions exception, bool enable) in MacsecSetException()
920 t_Error FmMacsecSetException(t_Handle h_FmMacsec, e_FmMacsecGlobalExceptions exception, uint32_t sc… in FmMacsecSetException()
H A Dfm_macsec_master.h60 #define GET_EXCEPTION_FLAG(bitMask, exception, id) switch (exception){ \ argument
70 #define GET_USER_EXCEPTION_FLAG(bitMask, exception) switch (exception){ \ argument
H A Dfm_macsec_secy.h53 #define GET_EXCEPTION_FLAG(bitMask, exception) switch (exception){ \ argument
H A Dfm_macsec_secy.c450 t_Error FM_MACSEC_SECY_ConfigException(t_Handle h_FmMacsecSecY, e_FmMacsecSecYExceptions exception,… in FM_MACSEC_SECY_ConfigException()
842 t_Error FM_MACSEC_SECY_SetException(t_Handle h_FmMacsecSecY, e_FmMacsecExceptions exception, bool e… in FM_MACSEC_SECY_SetException()
/f-stack/freebsd/arm64/arm64/
H A Dtrap.c363 uint32_t exception; in do_el1h_sync() local
448 uint32_t exception; in do_el0_sync() local
/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_ev.h50 boolean_t exception; member
/f-stack/freebsd/contrib/ncsw/Peripherals/BM/
H A Dbm.c646 t_Error BM_ConfigException(t_Handle h_Bm, e_BmExceptions exception, bool enable) in BM_ConfigException()
727 t_Error BM_SetException(t_Handle h_Bm, e_BmExceptions exception, bool enable) in BM_SetException()
H A Dbm.h66 #define GET_EXCEPTION_FLAG(bitMask, exception) \ argument
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/
H A Dtgec.h68 #define GET_EXCEPTION_FLAG(bitMask, exception) switch (exception){ \ argument
H A Dmemac.h54 #define GET_EXCEPTION_FLAG(bitMask, exception) switch (exception){ \ argument
H A Dtgec.c292 static t_Error TgecConfigException(t_Handle h_Tgec, e_FmMacExceptions exception, bool enable) in TgecConfigException()
675 static t_Error TgecSetExcpetion(t_Handle h_Tgec, e_FmMacExceptions exception, bool enable) in TgecSetExcpetion()
H A Dmemac.c412 static t_Error MemacConfigException(t_Handle h_Memac, e_FmMacExceptions exception, bool enable) in MemacConfigException()
779 static t_Error MemacSetException(t_Handle h_Memac, e_FmMacExceptions exception, bool enable) in MemacSetException()
H A Ddtsec.c537 static t_Error DtsecConfigException(t_Handle h_Dtsec, e_FmMacExceptions exception, bool enable) in DtsecConfigException()
1159 static t_Error DtsecSetException(t_Handle h_Dtsec, e_FmMacExceptions exception, bool enable) in DtsecSetException()
H A Ddtsec.h65 #define GET_EXCEPTION_FLAG(bitMask, exception) switch (exception){ \ argument
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd.c1084 t_Error FM_PCD_ConfigException(t_Handle h_FmPcd, e_FmPcdExceptions exception, bool enable) in FM_PCD_ConfigException()
1756 t_Error FM_PCD_SetException(t_Handle h_FmPcd, e_FmPcdExceptions exception, bool enable) in FM_PCD_SetException()
1881 t_Error FM_PCD_ForceIntr (t_Handle h_FmPcd, e_FmPcdExceptions exception) in FM_PCD_ForceIntr()
H A Dfman_kg.c382 uint32_t exception, in fman_kg_set_exception()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c572 t_Error FM_PORT_SetIMExceptions(t_Handle h_FmPort, e_FmPortExceptions exception, bool enable) in FM_PORT_SetIMExceptions()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/
H A Dfman_ncsw.c1048 enum fman_exceptions exception, in fman_set_exception()
1346 enum fman_exceptions exception) in fman_force_intr()
H A Dfm_ncsw.c3169 static __inline__ enum fman_exceptions FmanExceptionTrans(e_FmExceptions exception) in FmanExceptionTrans()
4070 t_Error FM_ConfigException(t_Handle h_Fm, e_FmExceptions exception, bool enable) in FM_ConfigException()
4640 t_Error FM_SetException(t_Handle h_Fm, e_FmExceptions exception, bool enable) in FM_SetException()
5129 t_Error FM_ForceIntr (t_Handle h_Fm, e_FmExceptions exception) in FM_ForceIntr()
/f-stack/freebsd/contrib/ncsw/Peripherals/QM/
H A Dqm.h79 #define GET_EXCEPTION_FLAG(bitMask, exception) switch(exception){ \ argument
630 static __inline__ t_Error SetException(t_Qm *p_Qm, e_QmExceptions exception, bool enable) in SetException()
H A Dqm.c1091 t_Error QM_SetException(t_Handle h_Qm, e_QmExceptions exception, bool enable) in QM_SetException()
H A Dqm_portal_fqr.c2534 t_Error QM_CG_SetException(t_Handle h_QmCg, e_QmExceptions exception, bool enable) in QM_CG_SetException()
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_error_translation.py693 def _handle_err_list(ret, errlist, names, exception, mapper): argument
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_mcdi.c739 efx_mcdi_exception_t exception; in efx_mcdi_raise_exception() local

12