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