Home
last modified time | relevance | path

Searched refs:channel_vis (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Def10.c1140 unsigned int channel_vis, pio_write_vi_base, max_vis; in efx_ef10_dimension_resources() local
1146 channel_vis = max(efx->n_channels, in efx_ef10_dimension_resources()
1150 if (efx->max_vis && efx->max_vis < channel_vis) { in efx_ef10_dimension_resources()
1153 channel_vis, efx->max_vis); in efx_ef10_dimension_resources()
1154 channel_vis = efx->max_vis; in efx_ef10_dimension_resources()
1195 * The UC mapping contains (channel_vis - 1) complete VIs and the in efx_ef10_dimension_resources()
1199 uc_mem_map_size = PAGE_ALIGN((channel_vis - 1) * efx->vi_stride + in efx_ef10_dimension_resources()
1214 max_vis = channel_vis; in efx_ef10_dimension_resources()
1226 if (nic_data->n_allocated_vis < channel_vis) { in efx_ef10_dimension_resources()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Def10.c1140 unsigned int channel_vis, pio_write_vi_base, max_vis; in efx_ef10_dimension_resources() local
1146 channel_vis = max(efx->n_channels, in efx_ef10_dimension_resources()
1150 if (efx->max_vis && efx->max_vis < channel_vis) { in efx_ef10_dimension_resources()
1153 channel_vis, efx->max_vis); in efx_ef10_dimension_resources()
1154 channel_vis = efx->max_vis; in efx_ef10_dimension_resources()
1195 * The UC mapping contains (channel_vis - 1) complete VIs and the in efx_ef10_dimension_resources()
1199 uc_mem_map_size = PAGE_ALIGN((channel_vis - 1) * efx->vi_stride + in efx_ef10_dimension_resources()
1214 max_vis = channel_vis; in efx_ef10_dimension_resources()
1226 if (nic_data->n_allocated_vis < channel_vis) { in efx_ef10_dimension_resources()

Completed in 10 milliseconds