Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/isp/
Disp_target.c502 cto->ct_flags = CT2_SENDSTATUS | CT2_NO_DATA | CT2_FLAG_MODE1; in isp_endcmd()
593 ct->ct_flags = CT2_SENDSTATUS|CT2_FASTPOST; in isp_target_async()
1152 if ((ct->ct_flags & CT2_SENDSTATUS) == 0) { in isp_handle_ctio2()
1164 if (ct->ct_flags & CT2_SENDSTATUS) { in isp_handle_ctio2()
Disp_freebsd.c1405 cto->ct_flags |= CT2_SENDSTATUS | CT2_NO_DATA; in isp_target_start_ctio()
1499 cto->ct_flags |= CT2_SENDSTATUS; in isp_target_start_ctio()
2145 sentstatus = ct->ct_flags & CT2_SENDSTATUS; in isp_handle_platform_ctio()
Dispmbox.h2508 #define CT2_SENDSTATUS 0x8000 macro