Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Defx_channels.c140 int n_xdp_tx; in efx_allocate_msix_channels() local
153 n_xdp_tx = num_possible_cpus(); in efx_allocate_msix_channels()
154 n_xdp_ev = DIV_ROUND_UP(n_xdp_tx, EFX_MAX_TXQ_PER_CHANNEL); in efx_allocate_msix_channels()
173 } else if (n_channels + n_xdp_tx > efx->max_vis) { in efx_allocate_msix_channels()
176 n_xdp_tx, n_channels, efx->max_vis); in efx_allocate_msix_channels()
183 efx->xdp_tx_queue_count = n_xdp_tx; in efx_allocate_msix_channels()
187 n_xdp_tx, n_xdp_ev); in efx_allocate_msix_channels()