Lines Matching defs:data
30 /* data block. write starting from @addr
32 * data_size = @head.size - offsetof(struct wil_fw_record_data, data)
36 __le32 data[]; /* [data_size], see above */
50 u8 data[0]; /* free-form data [data_size], see above */
115 * data_size = @head.size - offsetof(struct wil_fw_record_action, data)
119 __le32 data[]; /* action specific, [data_size], see above */
122 /* data block for struct wil_fw_record_direct_write */
134 struct wil_fw_data_dwrite data[0];
155 __le32 crc; /* crc32 of the following data */
157 __le32 data_len; /* total data in file, including this record */
162 /* data block for the struct wil_fw_record_gateway_data */
169 * write starting address and values from the data buffer
172 * data_size = @head.size - offsetof(struct wil_fw_record_gateway_data, data)
182 struct wil_fw_data_gw data[]; /* total size [data_size], see above */
186 /* data block for the struct wil_fw_record_gateway_data4 */
193 * write starting address and values from the data buffer
196 * data_size = @head.size - offsetof(struct wil_fw_record_gateway_data4, data)
204 struct wil_fw_data_gw4 data[]; /* total size [data_size], see above */