Lines Matching defs:data
190 * [1:0] DIR - 0=No data, 0x1 = IN, 0x2 = OUT
204 /* Total data length in bytes to be read/written (if any) */
215 /* Lower 32-bits of reserved error data target location on the host */
218 /* Upper 32-bits of reserved error data target location on the host */
221 /* Length of reserved error data area on the host in bytes */
257 /* Lower 32-bits of reserved error data target location on the host */
259 /* Upper 32-bits of reserved error data target location on the host */
261 /* Length of reserved error data area on the host in bytes */
274 /* Lower 32-bits of reserved error data target location on the host */
276 /* Upper 32-bits of reserved error data target location on the host */
278 /* Length of reserved error data area on the host in bytes */
289 u8 datapres; /* [1:0] - data present, [7:2] - reserved */
290 u8 sense_response_data_len; /* Sense/response data length */
291 __le32 residual_count; /* Residual data length in bytes */
292 /* Sense/response data */
468 __le32 addr[2]; /* 64-bit addr. 2 pieces for data alignment */
473 u32 addr[2]; /* 64-bit addr. 2 pieces for data alignment */
593 * they will be represented as individual units in the data structures.
666 * Assign type values to the FSA communication data structures
690 * Define the FIB. The FIB is the where all the requested data and
702 __le32 SenderFibAddress; /* Host defined data in the FIB */
716 u8 data[512-sizeof(struct aac_fibhdr)]; // Command specific data
806 /* PMC NEW COMM: There is no more AIF data pending */
1261 u8 bit_ptr:3; /* indicates which byte of the CDB or parameter data
1268 u8 CD:1; /* command data bit: 1- illegal parameter in CDB.
1269 * 0- illegal parameter in data.
1272 u8 field_ptr[2]; /* byte of the CDB or parameter data in error */
1317 void *data;
1565 * mutex is used to synchronize access to all data associated
1822 * On writes how does the client want the data written.
1829 * Lets the client know at which level the data was committed on
1944 __le32 count; /* sizeof(((struct aac_synchronize_reply *)NULL)->data) */
1956 u8 data[16];
1981 __le32 count; /* sizeof(((struct aac_pause_reply *)NULL)->data) */
2000 * This and associated data structs are used by the
2176 __le32 count; /* sizeof(((struct aac_get_config_status_resp *)NULL)->data) */
2195 } data;
2277 __le32 count; /* sizeof(((struct aac_get_name_resp *)NULL)->data) */
2289 u8 data[17];
2603 /* PMC NEW COMM: Request the event data */
2619 u8 data[1]; /* Undefined length (from kernel viewpoint) */
2703 #define fib_data(fibctx) ((void *)(fibctx)->hw_fib_va->data)
2731 int aac_command_thread(void *data);