Searched defs:hal_srng_params (Results 1 – 2 of 2) sorted by relevance
585 struct hal_srng_params { struct586 dma_addr_t ring_base_paddr;587 u32 *ring_base_vaddr;588 int num_entries;589 u32 intr_batch_cntr_thres_entries;590 u32 intr_timer_thres_us;591 u32 flags;592 u32 max_buffer_len;593 u32 low_threshold;594 u32 high_threshold;[all …]
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 …]