]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/target/target_core_base.h
target: Add target_submit_cmd() for process context fabric submission
[mv-sheeva.git] / include / target / target_core_base.h
index af088a9e4905db189d9861930d90d0cefeb27b43..28190dc10eef9eb361aceeb933cab4be725c08f9 100644 (file)
@@ -226,6 +226,11 @@ enum tcm_sense_reason_table {
        TCM_RESERVATION_CONFLICT                = 0x10,
 };
 
+enum target_sc_flags_table {
+       TARGET_SCF_BIDI_OP              = 0x01,
+       TARGET_SCF_ACK_KREF             = 0x02,
+};
+
 /* fabric independent task management function values */
 enum tcm_tmreq_table {
        TMR_ABORT_TASK          = 1,