Home
last modified time | relevance | path

Searched refs:log2_throttle_limit (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/mana/
H A Dgdma.h348 uint32_t log2_throttle_limit; member
372 unsigned long log2_throttle_limit; member
665 uint32_t log2_throttle_limit; member
H A Dgdma_main.c359 req.log2_throttle_limit = queue->eq.log2_throttle_limit; in mana_gd_create_hw_eq()
799 if (spec->eq.log2_throttle_limit > log2_num_entries) { in mana_gd_create_eq()
802 spec->eq.log2_throttle_limit, log2_num_entries); in mana_gd_create_eq()
815 queue->eq.log2_throttle_limit = spec->eq.log2_throttle_limit ?: 1; in mana_gd_create_eq()
H A Dhw_channel.c346 spec.eq.log2_throttle_limit = DEFAULT_LOG2_THROTTLING_FOR_ERROR_EQ; in mana_hwc_create_gdma_eq()
H A Dmana_en.c1329 spec.eq.log2_throttle_limit = LOG2_EQ_THROTTLE; in mana_create_eq()