Searched refs:ENA_MIN_RING_SIZE (Results 1 – 2 of 2) sorted by relevance
2151 if (new_tx_ring_size < ENA_MIN_RING_SIZE || in ena_up() 2152 new_rx_ring_size < ENA_MIN_RING_SIZE) { in ena_up() 2155 ENA_MIN_RING_SIZE); in ena_up() 2966 if (max_tx_queue_size < ENA_MIN_RING_SIZE) { in ena_calc_io_queue_size() 2968 max_tx_queue_size, ENA_MIN_RING_SIZE); in ena_calc_io_queue_size() 2972 if (max_rx_queue_size < ENA_MIN_RING_SIZE) { in ena_calc_io_queue_size() 2974 max_rx_queue_size, ENA_MIN_RING_SIZE); in ena_calc_io_queue_size() 2996 tx_queue_size = clamp_val(tx_queue_size, ENA_MIN_RING_SIZE, in ena_device_validate_params() 2998 rx_queue_size = clamp_val(rx_queue_size, ENA_MIN_RING_SIZE, in ena_device_validate_params()
54 #define ENA_MIN_RING_SIZE (256) macro