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

/freebsd-current/sys/dev/mana/
H A Dgdma.h348 uint32_t log2_throttle_limit; member in struct:gdma_queue::__anon2970::__anon2971
372 unsigned long log2_throttle_limit; member in struct:gdma_queue_spec::__anon2973::__anon2974
665 uint32_t log2_throttle_limit; member in struct:gdma_create_queue_req
H A Dgdma_main.c359 req.log2_throttle_limit = queue->eq.log2_throttle_limit;
799 if (spec->eq.log2_throttle_limit > log2_num_entries) {
802 spec->eq.log2_throttle_limit, log2_num_entries);
815 queue->eq.log2_throttle_limit = spec->eq.log2_throttle_limit ?: 1;
H A Dhw_channel.c346 spec.eq.log2_throttle_limit = DEFAULT_LOG2_THROTTLING_FOR_ERROR_EQ;
H A Dmana_en.c1336 spec.eq.log2_throttle_limit = LOG2_EQ_THROTTLE;

Completed in 95 milliseconds