enum iscsi_command_attr_values

RFC 3720, Section 10.3.1 Flags and Task Attributes (byte 1) SCSI Command ATTR value

#include <te_iscsi.h>

enum iscsi_command_attr_values {
    ISCSI_UNTAGGED      = 0x00,
    ISCSI_SIMPLE        = 0x01,
    ISCSI_ORDERED       = 0x02,
    ISCSI_HEAD_OF_QUEUE = 0x03,
    ISCSI_ACA           = 0x04,
};