Searched defs:sdebug_dev_info (Results 1 – 1 of 1) sorted by relevance
330 struct sdebug_dev_info { struct331 struct list_head dev_list;332 unsigned int channel;333 unsigned int target;334 u64 lun;335 uuid_t lu_name;336 struct sdebug_host_info *sdbg_host;337 unsigned long uas_bm[1];338 atomic_t stopped; /* 1: by SSU, 2: device start */339 bool used;[all …]