Searched defs:sdebug_dev_info (Results 1 – 1 of 1) sorted by relevance
344 struct sdebug_dev_info { struct345 struct list_head dev_list;346 unsigned int channel;347 unsigned int target;348 u64 lun;349 uuid_t lu_name;350 struct sdebug_host_info *sdbg_host;351 unsigned long uas_bm[1];352 atomic_t stopped; /* 1: by SSU, 2: device start */353 bool used;[all …]