Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/sfc/
Defx.h54 #define EFX_MIN_DMAQ_SIZE 512UL macro
Drx.c696 entries = max(roundup_pow_of_two(efx->rxq_entries), EFX_MIN_DMAQ_SIZE); in efx_probe_rx_queue()
Dtx.c685 entries = max(roundup_pow_of_two(efx->txq_entries), EFX_MIN_DMAQ_SIZE); in efx_probe_tx_queue()