Home
last modified time | relevance | path

Searched refs:EFX_MIN_DMAQ_SIZE (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/sfc/siena/
H A Defx_common.h23 #define EFX_MIN_DMAQ_SIZE 512UL macro
H A Dtx_common.c30 entries = max(roundup_pow_of_two(efx->txq_entries), EFX_MIN_DMAQ_SIZE); in efx_siena_probe_tx_queue()
H A Drx_common.c200 entries = max(roundup_pow_of_two(efx->rxq_entries), EFX_MIN_DMAQ_SIZE); in efx_siena_probe_rx_queue()
/linux/drivers/net/ethernet/sfc/
H A Def100_nic.c901 if (!reader->value || reader->value > EFX_MIN_DMAQ_SIZE || in ef100_process_design_param()
902 EFX_MIN_DMAQ_SIZE % (u32)reader->value) { in ef100_process_design_param()
H A Drx_common.c197 entries = max(roundup_pow_of_two(efx->rxq_entries), EFX_MIN_DMAQ_SIZE); in efx_probe_rx_queue()