Lines Matching defs:CE_dest_desc

287 struct CE_dest_desc {  struct
288 uint32_t buffer_addr:32;
290 uint32_t gather:1,
291 packet_result_offset:12,
292 toeplitz_hash_enable:1, /* reserved */
293 addr_x_search_disable:1, /* reserved */
294 addr_y_search_disable:1, /* reserved */
295 misc_int_disable:1,
296 target_int_disable:1,
297 host_int_disable:1,
298 byte_swap:1, /* dest_byte_swap */
299 src_byte_swap:1,
300 type:2, /* reserved */
301 tx_classify:1,
302 buffer_addr_hi:8;
303 uint32_t meta_data:16,
304 nbytes:16;
306 uint32_t buffer_addr_hi:8,
307 tx_classify:1,
308 type:2, /* reserved */
309 src_byte_swap:1,
310 byte_swap:1, /* dest_byte_swap */
311 host_int_disable:1,
312 target_int_disable:1,
313 misc_int_disable:1,
314 addr_y_search_disable:1, /* reserved */
315 addr_x_search_disable:1, /* reserved */
316 toeplitz_hash_enable:1, /* reserved */
317 packet_result_offset:12,
318 gather:1;
319 uint32_t nbytes:16,
320 meta_data:16;
322 uint32_t toeplitz_hash_result:32;
367 struct CE_dest_desc { struct
368 uint32_t buffer_addr:32;
370 uint32_t gather:1,
371 enable_11h:1,
372 meta_data_low:2, /* fw_metadata_low */
373 packet_result_offset:12,
374 toeplitz_hash_enable:1,
375 addr_y_search_disable:1,
376 addr_x_search_disable:1,
377 misc_int_disable:1,
378 target_int_disable:1,
379 host_int_disable:1,
380 byte_swap:1,
381 src_byte_swap:1,
382 type:2,
383 tx_classify:1,
384 buffer_addr_hi:5;
385 uint32_t meta_data:16, /* fw_metadata_high */
386 nbytes:16; /* length in register map */
388 uint32_t buffer_addr_hi:5,
389 tx_classify:1,
390 type:2,
391 src_byte_swap:1,
392 byte_swap:1, /* dest_byte_swap */
393 host_int_disable:1,
394 target_int_disable:1,
395 misc_int_disable:1,
396 addr_x_search_disable:1,
397 addr_y_search_disable:1,
398 toeplitz_hash_enable:1,
399 packet_result_offset:12,
400 meta_data_low:2, /* fw_metadata_low */
401 enable_11h:1,
402 gather:1;
403 uint32_t nbytes:16, /* length in register map */
404 meta_data:16; /* fw_metadata_high */
429 struct CE_dest_desc { struct
430 uint32_t buffer_addr;
432 uint32_t meta_data:12,
433 target_int_disable:1,
434 host_int_disable:1,
435 byte_swap:1,
436 gather:1,
437 nbytes:16;
439 uint32_t nbytes:16,
440 gather:1,
441 byte_swap:1,
442 host_int_disable:1,
443 target_int_disable:1,
444 meta_data:12;