Searched refs:intrType (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/ncsw/Peripherals/FM/MACSEC/ |
H A D | fm_macsec.h | 158 #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 D | fm_macsec_master.c | 448 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 D | fm_common.h | 833 e_FmIntrType intrType, 853 e_FmIntrType intrType);
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/ |
H A D | fm_ncsw.c | 1757 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()
|