Searched refs:min_vis (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/sfc/ |
D | mcdi_functions.h | 13 int efx_mcdi_alloc_vis(struct efx_nic *efx, unsigned int min_vis,
|
D | ef100_netdev.c | 43 unsigned int min_vis, max_vis; in ef100_alloc_vis() local 52 min_vis = efx->tx_queues_per_channel; in ef100_alloc_vis() 54 rc = efx_mcdi_alloc_vis(efx, min_vis, max_vis, in ef100_alloc_vis()
|
D | mcdi_functions.c | 34 int efx_mcdi_alloc_vis(struct efx_nic *efx, unsigned int min_vis, in efx_mcdi_alloc_vis() argument 43 MCDI_SET_DWORD(inbuf, ALLOC_VIS_IN_MIN_VI_COUNT, min_vis); in efx_mcdi_alloc_vis()
|
D | ef10.c | 1125 unsigned int min_vis, unsigned int max_vis) in efx_ef10_alloc_vis() argument 1129 return efx_mcdi_alloc_vis(efx, min_vis, max_vis, &nic_data->vi_base, in efx_ef10_alloc_vis() 1138 unsigned int min_vis = max_t(unsigned int, efx->tx_queues_per_channel, in efx_ef10_dimension_resources() local 1222 rc = efx_ef10_alloc_vis(efx, min_vis, max_vis); in efx_ef10_dimension_resources()
|