Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun/sys/scsi/adapters/
H A Dfasreg.h205 #define FAS_INT_DISCON 0x20 /* disconnect */ macro
/titanic_50/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c3987 } else if (intr == FAS_INT_DISCON) { in fas_finish_select()
4208 if (fas->f_intr & FAS_INT_DISCON) { in fas_reconnect()
4439 if ((fas->f_intr & FAS_INT_DISCON) == 0) { in fas_handle_unknown()
4621 if (fas->f_intr == FAS_INT_DISCON) { in fas_handle_clearing()
5069 if (intr == FAS_INT_DISCON) { in fas_handle_c_cmplt()
5319 ((fas->f_intr & FAS_INT_DISCON) == 0) && in fas_handle_msg_in_done()
5359 if (fas->f_intr & FAS_INT_DISCON) { in fas_handle_msg_in_done()
5808 if ((intr & FAS_INT_DISCON) == 0) { in fas_handle_cmd_done()
5931 if (fas->f_intr == FAS_INT_DISCON) { in fas_handle_msg_out_done()