Lines Matching defs:CE_src_desc
249 struct CE_src_desc { struct
250 uint32_t buffer_addr:32;
252 uint32_t gather:1,
253 packet_result_offset:12,
254 toeplitz_hash_enable:1, /* reserved */
255 addr_x_search_disable:1, /* reserved */
256 addr_y_search_disable:1, /* reserved */
257 misc_int_disable:1,
258 target_int_disable:1,
259 host_int_disable:1,
260 dest_byte_swap:1,
261 byte_swap:1,
262 type:2, /* reserved */
263 tx_classify:1,
264 buffer_addr_hi:8;
265 uint32_t meta_data:16,
266 nbytes:16;
268 uint32_t buffer_addr_hi:8,
269 tx_classify:1,
270 type:2, /* reserved */
271 byte_swap:1, /* src_byte_swap */
272 dest_byte_swap:1,
273 host_int_disable:1,
274 target_int_disable:1,
275 misc_int_disable:1,
276 addr_y_search_disable:1, /* reserved */
277 addr_x_search_disable:1, /* reserved */
278 toeplitz_hash_enable:1, /* reserved */
279 packet_result_offset:12,
280 gather:1;
281 uint32_t nbytes:16,
282 meta_data:16;
284 uint32_t toeplitz_hash_result:32;
325 struct CE_src_desc { struct
326 uint32_t buffer_addr:32;
328 uint32_t gather:1,
329 enable_11h:1,
330 meta_data_low:2, /* fw_metadata_low */
331 packet_result_offset:12,
332 toeplitz_hash_enable:1,
333 addr_y_search_disable:1,
334 addr_x_search_disable:1,
335 misc_int_disable:1,
336 target_int_disable:1,
337 host_int_disable:1,
338 dest_byte_swap:1,
339 byte_swap:1,
340 type:2,
341 tx_classify:1,
342 buffer_addr_hi:5;
343 uint32_t meta_data:16, /* fw_metadata_high */
344 nbytes:16; /* length in register map */
346 uint32_t buffer_addr_hi:5,
347 tx_classify:1,
348 type:2,
349 byte_swap:1, /* src_byte_swap */
350 dest_byte_swap:1,
351 host_int_disable:1,
352 target_int_disable:1,
353 misc_int_disable:1,
354 addr_x_search_disable:1,
355 addr_y_search_disable:1,
356 toeplitz_hash_enable:1,
357 packet_result_offset:12,
358 meta_data_low:2, /* fw_metadata_low */
359 enable_11h:1,
360 gather:1;
361 uint32_t nbytes:16, /* length in register map */
362 meta_data:16; /* fw_metadata_high */
364 uint32_t toeplitz_hash_result:32;
409 struct CE_src_desc { struct
410 uint32_t buffer_addr;
412 uint32_t meta_data:12,
413 target_int_disable:1,
414 host_int_disable:1,
415 byte_swap:1,
416 gather:1,
417 nbytes:16;
420 uint32_t nbytes:16,
421 gather:1,
422 byte_swap:1,
423 host_int_disable:1,
424 target_int_disable:1,
425 meta_data:12;