Home
last modified time | relevance | path

Searched refs:command_error (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/
H A Dbscv.c1188 if (ssp->command_error != 0) { in bscv_put8()
1249 if (ssp->command_error != 0) { in bscv_get8()
1348 if (ssp->command_error == EBUS_ERROR_STALEDATA) { in bscv_setclear8_volatile()
1359 if (ssp->command_error != 0) { in bscv_setclear8_volatile()
1368 if (ssp->command_error != EBUS_ERROR_STALEDATA) { in bscv_setclear8_volatile()
1404 if (ssp->command_error != 0) { in bscv_rep_rw8()
1489 "code 0x%x", ssp->command_error); in bscv_retcode()
1490 return (ssp->command_error); in bscv_retcode()
1496 if ((ssp->command_error == EBUS_ERROR_DEVICEFAIL) || in bscv_should_retry()
1497 (ssp->command_error >= LOMBUS_ERR_BASE)) { in bscv_should_retry()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dbscv_impl.h230 int command_error; /* error code from last command */ member
/titanic_50/usr/src/uts/common/io/sata/adapters/si3124/
H A Dsi3124.c3892 uint32_t command_error, slot_status; in si_intr_command_error() local
3895 command_error = ddi_get32(si_ctlp->sictl_port_acc_handle, in si_intr_command_error()
3900 command_error); in si_intr_command_error()
3911 si_log_error_message(si_ctlp, port, command_error); in si_intr_command_error()
3913 switch (command_error) { in si_intr_command_error()
4015 uint32_t command_error, slot_status, port_status; in si_recover_portmult_errors() local
4034 command_error = ddi_get32(si_ctlp->sictl_port_acc_handle, in si_recover_portmult_errors()
4037 if (command_error == CMD_ERR_SDBERROR) { in si_recover_portmult_errors()
4067 command_error = ddi_get32( in si_recover_portmult_errors()
4071 if (command_error == CMD_ERR_SDBERROR) { in si_recover_portmult_errors()
[all …]