Searched refs:vi_count (Results 1 – 2 of 2) sorted by relevance
1672 unsigned vi_count, buftbl_min, total_tx_channels; in efx_farch_dimension_resources() local1686 vi_count = max(efx->n_channels, total_tx_channels * EFX_TXQ_TYPES); in efx_farch_dimension_resources()1697 vi_count = max(vi_count, EFX_VI_BASE); in efx_farch_dimension_resources()1699 vi_count * vi_dc_entries); in efx_farch_dimension_resources()1713 vi_count += efx->vf_count * efx_vf_size(efx); in efx_farch_dimension_resources()1718 efx->tx_dc_base = sram_lim_qw - vi_count * TX_DC_ENTRIES; in efx_farch_dimension_resources()1719 efx->rx_dc_base = efx->tx_dc_base - vi_count * RX_DC_ENTRIES; in efx_farch_dimension_resources()
1649 unsigned vi_count, buftbl_min; in ef4_farch_dimension_resources() local1658 vi_count = max(efx->n_channels, efx->n_tx_channels * EF4_TXQ_TYPES); in ef4_farch_dimension_resources()1660 efx->tx_dc_base = sram_lim_qw - vi_count * TX_DC_ENTRIES; in ef4_farch_dimension_resources()1661 efx->rx_dc_base = efx->tx_dc_base - vi_count * RX_DC_ENTRIES; in ef4_farch_dimension_resources()