Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/sfc/
Defx.h58 #define EFX_MIN_DMAQ_SIZE 512UL macro
Drx.c657 entries = max(roundup_pow_of_two(efx->rxq_entries), EFX_MIN_DMAQ_SIZE); in efx_probe_rx_queue()
Dtx.c465 entries = max(roundup_pow_of_two(efx->txq_entries), EFX_MIN_DMAQ_SIZE); in efx_probe_tx_queue()