Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/siena/
A Defx_common.h23 #define EFX_MIN_DMAQ_SIZE 512UL macro
A Dtx_common.c30 entries = max(roundup_pow_of_two(efx->txq_entries), EFX_MIN_DMAQ_SIZE); in efx_siena_probe_tx_queue()
A Drx_common.c200 entries = max(roundup_pow_of_two(efx->rxq_entries), EFX_MIN_DMAQ_SIZE); in efx_siena_probe_rx_queue()
/drivers/net/ethernet/sfc/
A Defx_common.h22 #define EFX_MIN_DMAQ_SIZE 512UL macro
A Dtx_common.c30 entries = max(roundup_pow_of_two(efx->txq_entries), EFX_MIN_DMAQ_SIZE); in efx_probe_tx_queue()
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()
A Drx_common.c197 entries = max(roundup_pow_of_two(efx->rxq_entries), EFX_MIN_DMAQ_SIZE); in efx_probe_rx_queue()

Completed in 14 milliseconds