Lines Matching defs:sdebug_dev_info
288 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;
300 enum blk_zoned_model zmodel;
301 unsigned int zcap;
302 unsigned int zsize;
303 unsigned int zsize_shift;
304 unsigned int nr_zones;
305 unsigned int nr_conv_zones;
306 unsigned int nr_seq_zones;
307 unsigned int nr_imp_open;
308 unsigned int nr_exp_open;
309 unsigned int nr_closed;
310 unsigned int max_open;
311 ktime_t create_ts; /* time since bootup that this device was created */
312 struct sdeb_zone_state *zstate;
5539 struct sdebug_dev_info *), in schedule_resp()