Searched refs:EFX_MIN_DMAQ_SIZE (Results 1 - 7 of 7) sorted by last modified time

/linux-master/drivers/net/ethernet/sfc/
H A Dtx_common.c30 entries = max(roundup_pow_of_two(efx->txq_entries), EFX_MIN_DMAQ_SIZE);
H A Drx_common.c197 entries = max(roundup_pow_of_two(efx->rxq_entries), EFX_MIN_DMAQ_SIZE);
H A Def100_nic.c898 * EFX_MIN_DMAQ_SIZE, so we just need to check that
899 * EFX_MIN_DMAQ_SIZE is divisible by GRANULARITY.
902 if (!reader->value || reader->value > EFX_MIN_DMAQ_SIZE ||
903 EFX_MIN_DMAQ_SIZE % (u32)reader->value) {
H A Defx_common.h22 #define EFX_MIN_DMAQ_SIZE 512UL macro
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dtx_common.c30 entries = max(roundup_pow_of_two(efx->txq_entries), EFX_MIN_DMAQ_SIZE);
H A Drx_common.c200 entries = max(roundup_pow_of_two(efx->rxq_entries), EFX_MIN_DMAQ_SIZE);
H A Defx_common.h23 #define EFX_MIN_DMAQ_SIZE 512UL macro

Completed in 172 milliseconds