Lines Matching defs:sdebug_dev_info
373 struct sdebug_dev_info { struct
374 struct list_head dev_list;
375 unsigned int channel;
376 unsigned int target;
377 u64 lun;
378 uuid_t lu_name;
379 struct sdebug_host_info *sdbg_host;
380 unsigned long uas_bm[1];
381 atomic_t stopped; /* 1: by SSU, 2: device start */
382 bool used;
385 bool zoned;
386 unsigned int zcap;
387 unsigned int zsize;
388 unsigned int zsize_shift;
389 unsigned int nr_zones;
390 unsigned int nr_conv_zones;
391 unsigned int nr_seq_zones;
392 unsigned int nr_imp_open;
393 unsigned int nr_exp_open;
394 unsigned int nr_closed;
395 unsigned int max_open;
396 ktime_t create_ts; /* time since bootup that this device was created */
397 struct sdeb_zone_state *zstate;
400 unsigned int tape_blksize;
401 unsigned int tape_density;
402 unsigned char tape_partition;
403 unsigned char tape_nbr_partitions;
404 unsigned char tape_pending_nbr_partitions;
405 unsigned int tape_pending_part_0_size;
406 unsigned int tape_pending_part_1_size;
407 unsigned char tape_dce;
408 unsigned int tape_location[TAPE_MAX_PARTITIONS];
409 unsigned int tape_eop[TAPE_MAX_PARTITIONS];
410 struct tape_block *tape_blocks[TAPE_MAX_PARTITIONS];
412 struct dentry *debugfs_entry;
413 struct spinlock list_lock;
414 struct list_head inject_err_list;
7085 struct sdebug_dev_info *), in schedule_resp()