Lines Matching defs:sdebug_dev_info
383 struct sdebug_dev_info { struct
384 struct list_head dev_list;
385 unsigned int channel;
386 unsigned int target;
387 u64 lun;
388 uuid_t lu_name;
389 struct sdebug_host_info *sdbg_host;
390 unsigned long uas_bm[1];
391 atomic_t stopped; /* 1: by SSU, 2: device start */
392 bool used;
395 bool zoned;
396 unsigned int zcap;
397 unsigned int zsize;
398 unsigned int zsize_shift;
399 unsigned int nr_zones;
400 unsigned int nr_conv_zones;
401 unsigned int nr_seq_zones;
402 unsigned int nr_imp_open;
403 unsigned int nr_exp_open;
404 unsigned int nr_closed;
405 unsigned int max_open;
406 ktime_t create_ts; /* time since bootup that this device was created */
407 struct sdeb_zone_state *zstate;
410 unsigned int tape_blksize;
411 unsigned int tape_density;
412 unsigned char tape_partition;
413 unsigned char tape_nbr_partitions;
414 unsigned char tape_pending_nbr_partitions;
415 unsigned int tape_pending_part_0_size;
416 unsigned int tape_pending_part_1_size;
417 unsigned char tape_dce;
418 unsigned int tape_location[TAPE_MAX_PARTITIONS];
419 unsigned int tape_eop[TAPE_MAX_PARTITIONS];
420 struct tape_block *tape_blocks[TAPE_MAX_PARTITIONS];
422 struct dentry *debugfs_entry;
423 struct spinlock list_lock;
424 struct list_head inject_err_list;
7185 struct sdebug_dev_info *), in schedule_resp()