Home
last modified time | relevance | path

Searched refs:intrType (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/MACSEC/
H A Dfm_macsec.h158 #define GET_MACSEC_MODULE_EVENT(mod, id, intrType, event) \ argument
161 event = (intrType == e_FM_INTR_TYPE_ERR) ? \
172 e_FmIntrType intrType,
179 e_FmIntrType intrType);
H A Dfm_macsec_master.c448 e_FmIntrType intrType, in FmMacsecRegisterIntr() argument
457 GET_MACSEC_MODULE_EVENT(module, modId, intrType, event); in FmMacsecRegisterIntr()
467 e_FmIntrType intrType) in FmMacsecUnregisterIntr() argument
474 GET_MACSEC_MODULE_EVENT(module, modId,intrType, event); in FmMacsecUnregisterIntr()
/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h833 e_FmIntrType intrType,
853 e_FmIntrType intrType);
/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c1757 e_FmIntrType intrType, in FmRegisterIntr() argument
1766 GET_FM_MODULE_EVENT(module, modId, intrType, event); in FmRegisterIntr()
1804 e_FmIntrType intrType) in FmUnregisterIntr() argument
1811 GET_FM_MODULE_EVENT(module, modId,intrType, event); in FmUnregisterIntr()