Lines Matching defs:need_restart
202 int *need_restart, int *err_port);
341 u_int32_t *need_restart)
351 *need_restart = 0;
360 *need_restart = SILI_PREG_PCS_PORTINIT;
367 sili_simulate_error(struct sili_ccb *ccb, int *need_restart, int *err_port)
371 if (*need_restart == 0 &&
384 *need_restart = sili_error_restart_type;
406 u_int32_t processed = 0, need_restart = 0;
505 need_restart = SILI_PREG_PCS_DEVRESET;
521 need_restart = SILI_PREG_PCS_PORTINIT;
538 need_restart = SILI_PREG_PCS_PORTINIT;
561 sili_simulate_error(ccb, &need_restart, &err_port);
570 sili_ata_cmd_done(ccb, need_restart);
574 sili_pmp_port_do_error_recovery(sp, slot, &need_restart);
577 if (need_restart) {
609 sili_pwrite(sp, SILI_PREG_PCS, need_restart);
610 if (!sili_pwait_eq(sp, SILI_PREG_PCS, need_restart, 0, 5000)) {
659 if (need_restart == SILI_PREG_PCS_DEVRESET &&