Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/sfc/
Defx_channels.c142 int n_xdp_tx; in efx_allocate_msix_channels() local
156 n_xdp_tx = num_possible_cpus(); in efx_allocate_msix_channels()
157 n_xdp_ev = DIV_ROUND_UP(n_xdp_tx, tx_per_ev); in efx_allocate_msix_channels()
176 } else if (n_channels + n_xdp_tx > efx->max_vis) { in efx_allocate_msix_channels()
180 n_xdp_tx, n_channels, efx->max_vis); in efx_allocate_msix_channels()
192 DIV_ROUND_UP(n_xdp_tx, tx_per_ev * n_xdp_ev)); in efx_allocate_msix_channels()
200 efx->xdp_tx_queue_count = n_xdp_tx; in efx_allocate_msix_channels()
208 efx->xdp_tx_queue_count = n_xdp_tx; in efx_allocate_msix_channels()