Searched refs:arm_spe_error (Results 1 – 1 of 1) sorted by relevance
60 static void arm_spe_error(void *, int);171 TASK_INIT(&sc->task, 0, (task_fn_t *)arm_spe_error, sc->ctx); in arm_spe_intr()193 TASK_INIT(&sc->task, 0, (task_fn_t *)arm_spe_error, sc->ctx); in arm_spe_intr()303 arm_spe_error(info->sc->ctx, 0); in arm_spe_send_buffer()308 arm_spe_error(void *arg, int pending __unused) in arm_spe_error() function