Searched defs:sdebug_dev_info (Results 1 – 1 of 1) sorted by relevance
283 struct sdebug_dev_info { struct284 struct list_head dev_list;285 unsigned int channel;286 unsigned int target;287 u64 lun;288 uuid_t lu_name;289 struct sdebug_host_info *sdbg_host;290 unsigned long uas_bm[1];291 atomic_t num_in_q;292 atomic_t stopped; /* 1: by SSU, 2: device start */[all …]