Home
last modified time | relevance | path

Searched defs:sdebug_dev_info (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/scsi/
Dscsi_debug.c288 struct sdebug_dev_info { struct
289 struct list_head dev_list;
290 unsigned int channel;
291 unsigned int target;
292 u64 lun;
293 uuid_t lu_name;
294 struct sdebug_host_info *sdbg_host;
295 unsigned long uas_bm[1];
296 atomic_t stopped; /* 1: by SSU, 2: device start */
297 bool used;
[all …]
/kernel/linux/linux-5.10/drivers/scsi/
Dscsi_debug.c279 struct sdebug_dev_info { struct
280 struct list_head dev_list;
281 unsigned int channel;
282 unsigned int target;
283 u64 lun;
284 uuid_t lu_name;
285 struct sdebug_host_info *sdbg_host;
286 unsigned long uas_bm[1];
287 atomic_t num_in_q;
288 atomic_t stopped; /* 1: by SSU, 2: device start */
[all …]