Lines Matching defs:gdth_cmndinfo
872 struct gdth_cmndinfo { /* per-command private info */ struct
873 int index;
874 int internal_command; /* don't call scsi_done */
875 gdth_cmd_str *internal_cmd_str; /* crier for internal messages*/
876 dma_addr_t sense_paddr; /* sense dma-addr */
877 u8 priority;
878 int timeout_count; /* # of timeout calls */
879 volatile int wait_for_completion;
880 u16 status;
881 u32 info;
882 enum dma_data_direction dma_dir;
883 int phase; /* ???? */
884 int OpCode;