Lines Matching defs:_VDEV
353 typedef struct _VDEV { struct
354 PVBUS vbus;
355 struct vdev_class *Class;
356 HPT_U8 type;
357 PVDEV parent;
358 void * ext;
359 HPT_U64 capacity;
360 int target_id;
361 HPT_UINT cmds_per_request;
363 union {
369 } u;
371 HPT_U8 vf_online : 1;
372 HPT_U8 vf_bootmark : 1;
373 HPT_U8 vf_bootable : 1;
374 HPT_U8 vf_resetting: 1;
375 HPT_U8 vf_quiesced: 1;
376 HPT_U8 vf_clslock: 1;
378 HPT_U8 cache_policy; /* see CACHE_POLICY_* */
380 HPT_UINT cq_len;
381 HPT_UINT cmds_sent;
383 struct list_head link;
384 struct list_head cq_wait_send;
385 struct list_head cq_sent;
387 int cq_priority;
388 struct list_head cq_wait_lock;
389 struct lock_request *locks_granted;
390 struct lock_request *locks_wait;
391 HPT_U32 ioctl_id;
392 void * cc_ext;