Lines Matching refs:code
168 sfxge_ev_exception(void *arg, uint32_t code, uint32_t data) in sfxge_ev_exception() argument
179 (code == EFX_EXCEPTION_RX_RECOVERY) ? "RX_RECOVERY" : in sfxge_ev_exception()
180 (code == EFX_EXCEPTION_RX_DSC_ERROR) ? "RX_DSC_ERROR" : in sfxge_ev_exception()
181 (code == EFX_EXCEPTION_TX_DSC_ERROR) ? "TX_DSC_ERROR" : in sfxge_ev_exception()
182 (code == EFX_EXCEPTION_UNKNOWN_SENSOREVT) ? "UNKNOWN_SENSOREVT" : in sfxge_ev_exception()
183 (code == EFX_EXCEPTION_FWALERT_SRAM) ? "FWALERT_SRAM" : in sfxge_ev_exception()
184 (code == EFX_EXCEPTION_UNKNOWN_FWALERT) ? "UNKNOWN_FWALERT" : in sfxge_ev_exception()
185 (code == EFX_EXCEPTION_RX_ERROR) ? "RX_ERROR" : in sfxge_ev_exception()
186 (code == EFX_EXCEPTION_TX_ERROR) ? "TX_ERROR" : in sfxge_ev_exception()
187 (code == EFX_EXCEPTION_EV_ERROR) ? "EV_ERROR" : in sfxge_ev_exception()
192 if (code != EFX_EXCEPTION_UNKNOWN_SENSOREVT) { in sfxge_ev_exception()
195 code); in sfxge_ev_exception()
398 sfxge_ev_sram(void *arg, uint32_t code) in sfxge_ev_sram() argument
401 (void)code; in sfxge_ev_sram()
403 switch (code) { in sfxge_ev_sram()