EFX_MIN_DMAQ_SIZE  684 drivers/net/ethernet/sfc/rx.c 	entries = max(roundup_pow_of_two(efx->rxq_entries), EFX_MIN_DMAQ_SIZE);
EFX_MIN_DMAQ_SIZE  802 drivers/net/ethernet/sfc/tx.c 	entries = max(roundup_pow_of_two(efx->txq_entries), EFX_MIN_DMAQ_SIZE);