Searched refs:tx_per_ev (Results 1 – 1 of 1) sorted by relevance
141 int tx_per_ev; in efx_allocate_msix_channels() local154 tx_per_ev = EFX_MAX_EVQ_SIZE / EFX_TXQ_MAX_ENT(efx); in efx_allocate_msix_channels()155 tx_per_ev = min(tx_per_ev, EFX_MAX_TXQ_PER_CHANNEL); in efx_allocate_msix_channels()157 n_xdp_ev = DIV_ROUND_UP(n_xdp_tx, tx_per_ev); in efx_allocate_msix_channels()192 DIV_ROUND_UP(n_xdp_tx, tx_per_ev * n_xdp_ev)); in efx_allocate_msix_channels()199 efx->xdp_tx_per_channel = tx_per_ev; in efx_allocate_msix_channels()204 n_xdp_ev * tx_per_ev, n_xdp_ev); in efx_allocate_msix_channels()