Searched refs:n_xdp_ev (Results 1 – 1 of 1) sorted by relevance
143 int n_xdp_ev; in efx_allocate_msix_channels() local157 n_xdp_ev = DIV_ROUND_UP(n_xdp_tx, tx_per_ev); in efx_allocate_msix_channels()173 n_xdp_ev, n_channels, max_channels); in efx_allocate_msix_channels()183 } else if (n_channels + n_xdp_ev > max_channels) { in efx_allocate_msix_channels()187 n_xdp_ev, n_channels, max_channels); in efx_allocate_msix_channels()189 n_xdp_ev = max_channels - n_channels; in efx_allocate_msix_channels()192 DIV_ROUND_UP(n_xdp_tx, tx_per_ev * n_xdp_ev)); in efx_allocate_msix_channels()198 efx->n_xdp_channels = n_xdp_ev; in efx_allocate_msix_channels()201 n_channels += n_xdp_ev; in efx_allocate_msix_channels()204 n_xdp_ev * tx_per_ev, n_xdp_ev); in efx_allocate_msix_channels()