Searched refs:SendIpcIsr (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/ncsw/Peripherals/FM/ |
H A D | fm_ncsw.c | 220 static void SendIpcIsr(t_Fm *p_Fm, uint32_t macEvent, uint32_t pendingReg) in SendIpcIsr() function 4279 … SendIpcIsr(p_Fm, (e_FmInterModuleEvent)(e_FM_EV_1G_MAC0+_id), pending); \ in FM_EventIsr() 4286 … SendIpcIsr(p_Fm, (e_FmInterModuleEvent)(e_FM_EV_10G_MAC0+_id), pending); \ in FM_EventIsr() 4389 SendIpcIsr(p_Fm, e_FM_EV_MACSEC_MAC0, pending); in FM_EventIsr() 4401 … SendIpcIsr(p_Fm, (e_FmInterModuleEvent)(e_FM_EV_ERR_1G_MAC0+_id), pending); \ in FM_ErrorIsr() 4408 … SendIpcIsr(p_Fm, (e_FmInterModuleEvent)(e_FM_EV_ERR_10G_MAC0+_id), pending); \ in FM_ErrorIsr() 4472 SendIpcIsr(p_Fm, e_FM_EV_ERR_MACSEC_MAC0, pending); in FM_ErrorIsr()
|