Searched defs:hal_srng_params (Results 1 – 1 of 1) sorted by relevance
487 struct hal_srng_params { struct488 dma_addr_t ring_base_paddr;489 u32 *ring_base_vaddr;490 int num_entries;491 u32 intr_batch_cntr_thres_entries;492 u32 intr_timer_thres_us;493 u32 flags;494 u32 max_buffer_len;495 u32 low_threshold;496 u32 high_threshold;[all …]