Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
dcw Struct Reference

#include <fcx.h>

Data Fields

u32 cmd:8
 
u32 flags:8
 
u32 __pad0__:8
 
u32 cd_count:8
 
u32 count
 
u8 cd [0]
 

Detailed Description

struct dcw - Device-Command Word (DCW) : Command Code. Can be one of DCW_CMD_WRITE, DCW_CMD_READ, DCW_CMD_CONTROL, DCW_CMD_SENSE, DCW_CMD_SENSE_ID, DCW_CMD_INTRG : Flags. Can be an arithmetic OR of DCW_FLAGS_CC : Control-Data Count : Count : Control Data

Definition at line 237 of file fcx.h.

Field Documentation

u32 __pad0__

Definition at line 240 of file fcx.h.

u8 cd[0]

Definition at line 243 of file fcx.h.

u32 cd_count

Definition at line 241 of file fcx.h.

Definition at line 238 of file fcx.h.

u32 count

Definition at line 242 of file fcx.h.

u32 flags

Definition at line 239 of file fcx.h.


The documentation for this struct was generated from the following file: