Home
last modified time | relevance | path

Searched refs:EFX_MIN_DMAQ_SIZE (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/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.c972 * EFX_MIN_DMAQ_SIZE, so we just need to check that in ef100_process_design_param()
973 * EFX_MIN_DMAQ_SIZE is divisible by GRANULARITY. in ef100_process_design_param()
976 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Defx_common.h22 #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_probe_tx_queue()
H A Def100_nic.c898 * EFX_MIN_DMAQ_SIZE, so we just need to check that in ef100_process_design_param()
899 * EFX_MIN_DMAQ_SIZE is divisible by GRANULARITY. in ef100_process_design_param()
902 if (!reader->value || reader->value > EFX_MIN_DMAQ_SIZE || in ef100_process_design_param()
903 EFX_MIN_DMAQ_SIZE % (u32)reader->value) { in ef100_process_design_param()
H A Drx_common.c196 entries = max(roundup_pow_of_two(efx->rxq_entries), EFX_MIN_DMAQ_SIZE); in efx_probe_rx_queue()
/kernel/linux/linux-6.6/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.c199 entries = max(roundup_pow_of_two(efx->rxq_entries), EFX_MIN_DMAQ_SIZE); in efx_siena_probe_rx_queue()

Completed in 11 milliseconds