Home
last modified time | relevance | path

Searched refs:ENA_MIN_RING_SIZE (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/ena/
Dena_sysctl.c557 if (val < ENA_MIN_RING_SIZE || val > adapter->max_rx_ring_size) { in ena_sysctl_rx_queue_size()
560 val, ENA_MIN_RING_SIZE, adapter->max_rx_ring_size); in ena_sysctl_rx_queue_size()
Dena.h72 #define ENA_MIN_RING_SIZE 256 macro
Dena.c2062 if (new_tx_ring_size < ENA_MIN_RING_SIZE || in create_queues_with_size_backoff()
2063 new_rx_ring_size < ENA_MIN_RING_SIZE) { in create_queues_with_size_backoff()
2067 ENA_MIN_RING_SIZE); in create_queues_with_size_backoff()
2701 tx_queue_size = clamp_val(tx_queue_size, ENA_MIN_RING_SIZE, in ena_calc_io_queue_size()
2703 rx_queue_size = clamp_val(rx_queue_size, ENA_MIN_RING_SIZE, in ena_calc_io_queue_size()