Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Disp_target.c774 cto->ct_flags = CT_SENDSTATUS | CT_NO_DATA; in isp_endcmd()
861 ct->ct_flags = CT_SENDSTATUS; in isp_target_async()
1435 if (ct->ct_flags & CT_SENDSTATUS) { in isp_handle_ctio()
1535 if ((ct->ct_flags & CT_SENDSTATUS) == 0) { in isp_handle_ctio()
Dispmbox.h2197 #define CT_SENDSTATUS 0x80000000 /* bit 31, Send SCSI status byte */ macro