Lines Matching defs:_VDEV
358 typedef struct _VDEV { struct
359 PVBUS vbus;
360 struct vdev_class *Class;
361 HPT_U8 type;
362 PVDEV parent;
363 void * ext;
364 HPT_U64 capacity;
365 int target_id;
366 HPT_UINT cmds_per_request;
368 union {
374 } u;
376 HPT_U8 vf_online : 1;
377 HPT_U8 vf_bootmark : 1;
378 HPT_U8 vf_bootable : 1;
379 HPT_U8 vf_resetting: 1;
380 HPT_U8 vf_quiesced: 1;
381 HPT_U8 vf_clslock: 1;
383 HPT_U8 cache_policy; /* see CACHE_POLICY_* */
385 HPT_UINT cq_len;
386 HPT_UINT cmds_sent;
388 struct list_head link;
389 struct list_head cq_wait_send;
390 struct list_head cq_sent;
392 HPT_U32 last_active;
393 int cq_priority;
394 struct list_head cq_wait_lock;
395 struct lock_request *locks_granted;
396 struct lock_request *locks_wait;
397 HPT_U32 ioctl_id;
398 void * cc_ext;