Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Defx_common.h23 #define EFX_MIN_DMAQ_SIZE 512UL macro
H A Dtx_common.c29 entries = max(roundup_pow_of_two(efx->txq_entries), EFX_MIN_DMAQ_SIZE); in efx_probe_tx_queue()
H A Def100_nic.c976 if (!reader->value || reader->value > EFX_MIN_DMAQ_SIZE || in ef100_process_design_param()
977 EFX_MIN_DMAQ_SIZE % (u32)reader->value) { in ef100_process_design_param()
H A Drx_common.c212 entries = max(roundup_pow_of_two(efx->rxq_entries), EFX_MIN_DMAQ_SIZE); in efx_probe_rx_queue()