Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/sfc/
Defx_channels.c141 int n_xdp_ev; in efx_allocate_msix_channels() local
154 n_xdp_ev = DIV_ROUND_UP(n_xdp_tx, EFX_MAX_TXQ_PER_CHANNEL); in efx_allocate_msix_channels()
166 if (n_channels + n_xdp_ev > max_channels) { in efx_allocate_msix_channels()
169 n_xdp_ev, n_channels, max_channels); in efx_allocate_msix_channels()
181 efx->n_xdp_channels = n_xdp_ev; in efx_allocate_msix_channels()
184 n_channels += n_xdp_ev; in efx_allocate_msix_channels()
187 n_xdp_tx, n_xdp_ev); in efx_allocate_msix_channels()