Lines Matching defs:ce_srng_src_desc
449 struct ce_srng_src_desc { struct
450 uint32_t buffer_addr_lo;
452 uint32_t nbytes:16,
453 rsvd:4,
454 gather:1,
455 dest_swap:1,
456 byte_swap:1,
457 toeplitz_hash_enable:1,
458 buffer_addr_hi:8;
459 uint32_t rsvd1:16,
460 meta_data:16;
461 uint32_t loop_count:4,
462 ring_id:8,
463 rsvd3:20;
465 uint32_t buffer_addr_hi:8,
466 toeplitz_hash_enable:1,
467 byte_swap:1,
468 dest_swap:1,
469 gather:1,
470 rsvd:4,
471 nbytes:16;
472 uint32_t meta_data:16,
473 rsvd1:16;
474 uint32_t rsvd3:20,
475 ring_id:8,
476 loop_count:4;