Searched refs:ENA_MIN_RING_SIZE (Results 1 – 3 of 3) sorted by relevance
557 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()
72 #define ENA_MIN_RING_SIZE 256 macro
2062 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()