Lines Matching defs:sdebug_dev_info
344 struct sdebug_dev_info { struct
345 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;
356 bool zoned;
357 unsigned int zcap;
358 unsigned int zsize;
359 unsigned int nr_zones;
360 unsigned int nr_conv_zones;
361 unsigned int nr_seq_zones;
362 unsigned int nr_imp_open;
363 unsigned int nr_exp_open;
364 unsigned int nr_closed;
365 unsigned int max_open;
366 ktime_t create_ts; /* time since bootup that this device was created */
367 struct sdeb_zone_state *zstate;
370 unsigned int tape_blksize;
371 unsigned int tape_density;
373 struct dentry *debugfs_entry;
374 struct spinlock list_lock;
375 struct list_head inject_err_list;
6448 struct sdebug_dev_info *), in schedule_resp()