Searched defs:sdebug_dev_info (Results 1 – 1 of 1) sorted by relevance
381 struct sdebug_dev_info { struct382 struct list_head dev_list;383 unsigned int channel;384 unsigned int target;385 u64 lun;386 uuid_t lu_name;387 struct sdebug_host_info *sdbg_host;388 unsigned long uas_bm[1];389 atomic_t stopped; /* 1: by SSU, 2: device start */390 bool used;[all …]