Home
last modified time | relevance | path

Searched refs:MSG_DEVICE_RESET (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dmessage.h56 #define MSG_DEVICE_RESET 0x0C macro
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c4522 msgout == MSG_DEVICE_RESET) { in fas_handle_unknown()
4534 } else if (msgout == MSG_DEVICE_RESET) { in fas_handle_unknown()
5680 case MSG_DEVICE_RESET: in fas_onebyte_msg()
5932 if (msgout == MSG_DEVICE_RESET || msgout == MSG_ABORT || in fas_handle_msg_out_done()
5945 } else if (msgout == MSG_DEVICE_RESET) { in fas_handle_msg_out_done()
8547 fas_makeproxy_cmd(sp, ap, pkt, 1, MSG_DEVICE_RESET); in fas_reset_disconnected_cmd()
8548 rval = fas_do_proxy_cmd(fas, sp, ap, scsi_mname(MSG_DEVICE_RESET)); in fas_reset_disconnected_cmd()
8578 fas->f_cur_msgout[0] = MSG_DEVICE_RESET; in fas_reset_connected_cmd()