Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/isp/
Disp_target.c762 cto->ct_flags = CT_SENDSTATUS | CT_NO_DATA; in isp_endcmd()
849 ct->ct_flags = CT_SENDSTATUS; in isp_target_async()
1430 if (ct->ct_flags & CT_SENDSTATUS) { in isp_handle_ctio()
1530 if ((ct->ct_flags & CT_SENDSTATUS) == 0) { in isp_handle_ctio()
Dispmbox.h2183 #define CT_SENDSTATUS 0x80000000 /* bit 31, Send SCSI status byte */ macro
Disp_freebsd.c2042 cto->ct_flags |= CT_SENDSTATUS|CT_CCINCR; in isp_target_start_ctio()
2976 sentstatus = ct->ct_flags & CT_SENDSTATUS; in isp_handle_platform_ctio()