Searched defs:hal_srng_params (Results 1 – 2 of 2) sorted by relevance
498 struct hal_srng_params { struct499 dma_addr_t ring_base_paddr;500 u32 *ring_base_vaddr;501 int num_entries;502 u32 intr_batch_cntr_thres_entries;503 u32 intr_timer_thres_us;504 u32 flags;505 u32 max_buffer_len;506 u32 low_threshold;507 dma_addr_t msi_addr;[all …]
480 struct hal_srng_params { struct481 dma_addr_t ring_base_paddr;482 u32 *ring_base_vaddr;483 int num_entries;484 u32 intr_batch_cntr_thres_entries;485 u32 intr_timer_thres_us;486 u32 flags;487 u32 max_buffer_len;488 u32 low_threshold;489 u32 high_threshold;[all …]