Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/isp/
H A Disp_target.c272 case IN_MSG_RECEIVED: in isp_target_notify()
863 if (status == IN_IDE_RECEIVED || status == IN_MSG_RECEIVED) { in isp_got_msg()
935 if (inp->in_status != IN_MSG_RECEIVED) { in isp_got_msg_fc()
1089 if (inp->in_status == IN_MSG_RECEIVED) { in isp_notify_ack()
H A Dispmbox.h1756 #define IN_MSG_RECEIVED 0x36 /* SCSI message received */ macro