Lines Matching defs:gdth_cmndinfo
902 struct gdth_cmndinfo { /* per-command private info */ struct
903 int index;
904 int internal_command; /* don't call scsi_done */
905 gdth_cmd_str *internal_cmd_str; /* crier for internal messages*/
906 dma_addr_t sense_paddr; /* sense dma-addr */
907 u8 priority;
908 int timeout_count; /* # of timeout calls */
909 volatile int wait_for_completion;
910 u16 status;
911 u32 info;
912 enum dma_data_direction dma_dir;
913 int phase; /* ???? */
914 int OpCode;