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