Searched refs:ENA_MIN32 (Results 1 – 4 of 4) sorted by relevance
82 #define ENA_MIN32(x, y) ENA_MIN_T(uint32_t, (x), (y)) macro
534 delay_us = ENA_MIN32(delay_us * (1U << exp), ENA_MAX_ADMIN_POLL_US); in ena_delay_exponential_backoff_us()1899 ENA_MIN32(ena_dev->tx_max_header_size, SZ_256); in ena_com_create_io_queue()
205 #define ENA_MIN32(x,y) MIN(x, y) macro
579 delay_us = ENA_MIN32(delay_us * (1U << exp), ENA_MAX_ADMIN_POLL_US); in ena_delay_exponential_backoff_us()1961 ENA_MIN32(ena_dev->tx_max_header_size, SZ_256); in ena_com_create_io_queue()