Searched defs:cmd_entry (Results 1 – 1 of 1) sorted by relevance
506 struct cmd_entry { struct507 uint8_t entry_type; /* Entry type. */509 uint8_t entry_count; /* Entry count. */510 uint8_t sys_define; /* System defined. */511 uint8_t entry_status; /* Entry Status. */512 uint32_t handle; /* System handle. */513 uint8_t lun; /* SCSI LUN */514 uint8_t target; /* SCSI ID */515 uint16_t cdb_len; /* SCSI command length. */516 uint16_t control_flags; /* Control flags. */[all …]