Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sfc/
Defx.h58 #define EFX_MIN_DMAQ_SIZE 512UL macro
Dtx.c810 entries = max(roundup_pow_of_two(efx->txq_entries), EFX_MIN_DMAQ_SIZE); in efx_probe_tx_queue()
Drx.c691 entries = max(roundup_pow_of_two(efx->rxq_entries), EFX_MIN_DMAQ_SIZE); in efx_probe_rx_queue()