Lines Matching defs:data
191 * [1:0] DIR - 0=No data, 0x1 = IN, 0x2 = OUT
205 /* Total data length in bytes to be read/written (if any) */
216 /* Lower 32-bits of reserved error data target location on the host */
219 /* Upper 32-bits of reserved error data target location on the host */
222 /* Length of reserved error data area on the host in bytes */
258 /* Lower 32-bits of reserved error data target location on the host */
260 /* Upper 32-bits of reserved error data target location on the host */
262 /* Length of reserved error data area on the host in bytes */
275 /* Lower 32-bits of reserved error data target location on the host */
277 /* Upper 32-bits of reserved error data target location on the host */
279 /* Length of reserved error data area on the host in bytes */
290 u8 datapres; /* [1:0] - data present, [7:2] - reserved */
291 u8 sense_response_data_len; /* Sense/response data length */
292 __le32 residual_count; /* Residual data length in bytes */
293 /* Sense/response data */
469 __le32 addr[2]; /* 64-bit addr. 2 pieces for data alignment */
474 u32 addr[2]; /* 64-bit addr. 2 pieces for data alignment */
594 * they will be represented as individual units in the data structures.
667 * Assign type values to the FSA communication data structures
691 * Define the FIB. The FIB is the where all the requested data and
703 __le32 SenderFibAddress; /* Host defined data in the FIB */
717 u8 data[512-sizeof(struct aac_fibhdr)]; // Command specific data
807 /* PMC NEW COMM: There is no more AIF data pending */
1262 u8 bit_ptr:3; /* indicates which byte of the CDB or parameter data
1269 u8 CD:1; /* command data bit: 1- illegal parameter in CDB.
1270 * 0- illegal parameter in data.
1273 u8 field_ptr[2]; /* byte of the CDB or parameter data in error */
1318 void *data;
1566 * mutex is used to synchronize access to all data associated
1823 * On writes how does the client want the data written.
1830 * Lets the client know at which level the data was committed on
1945 __le32 count; /* sizeof(((struct aac_synchronize_reply *)NULL)->data) */
1957 u8 data[16];
1982 __le32 count; /* sizeof(((struct aac_pause_reply *)NULL)->data) */
2001 * This and associated data structs are used by the
2177 __le32 count; /* sizeof(((struct aac_get_config_status_resp *)NULL)->data) */
2196 } data;
2278 __le32 count; /* sizeof(((struct aac_get_name_resp *)NULL)->data) */
2290 u8 data[17];
2604 /* PMC NEW COMM: Request the event data */
2620 u8 data[]; /* Undefined length (from kernel viewpoint) */
2717 #define fib_data(fibctx) ((void *)(fibctx)->hw_fib_va->data)
2745 int aac_command_thread(void *data);