Searched defs:sdebug_dev_info (Results 1 – 1 of 1) sorted by relevance
219 struct sdebug_dev_info { struct220 struct list_head dev_list;221 unsigned char sense_buff[SDEBUG_SENSE_LEN]; /* weak nexus */222 unsigned int channel;223 unsigned int target;224 unsigned int lun;225 struct sdebug_host_info *sdbg_host;226 unsigned int wlun;227 char reset;228 char stopped;[all …]