Searched refs:allocated_vis (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | ef100_netdev.c | 31 static int ef100_alloc_vis(struct efx_nic *efx, unsigned int *allocated_vis) in ef100_alloc_vis() argument 52 NULL, allocated_vis); in ef100_alloc_vis() 108 unsigned int allocated_vis; in ef100_net_open() local 131 rc = ef100_alloc_vis(efx, &allocated_vis); in ef100_net_open() 139 rc = ef100_remap_bar(efx, allocated_vis); in ef100_net_open()
|
H A D | mcdi_functions.h | 15 unsigned int *allocated_vis);
|
H A D | mcdi_functions.c | 36 unsigned int *allocated_vis) in efx_mcdi_alloc_vis() 58 if (allocated_vis) in efx_mcdi_alloc_vis() 59 *allocated_vis = MCDI_DWORD(outbuf, ALLOC_VIS_OUT_VI_COUNT); in efx_mcdi_alloc_vis() 34 efx_mcdi_alloc_vis(struct efx_nic *efx, unsigned int min_vis, unsigned int max_vis, unsigned int *vi_base, unsigned int *allocated_vis) efx_mcdi_alloc_vis() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | ef100_netdev.c | 35 static int ef100_alloc_vis(struct efx_nic *efx, unsigned int *allocated_vis) in ef100_alloc_vis() argument 55 NULL, allocated_vis); in ef100_alloc_vis() 60 if (!rc && *allocated_vis < max_vis) in ef100_alloc_vis() 120 unsigned int allocated_vis; in ef100_net_open() local 143 rc = ef100_alloc_vis(efx, &allocated_vis); in ef100_net_open() 156 efx->max_channels = allocated_vis; in ef100_net_open() 166 rc = ef100_alloc_vis(efx, &allocated_vis); in ef100_net_open() 183 rc = ef100_remap_bar(efx, allocated_vis); in ef100_net_open()
|
H A D | mcdi_functions.h | 15 unsigned int *allocated_vis);
|
H A D | mcdi_functions.c | 36 unsigned int *allocated_vis) in efx_mcdi_alloc_vis() 58 if (allocated_vis) in efx_mcdi_alloc_vis() 59 *allocated_vis = MCDI_DWORD(outbuf, ALLOC_VIS_OUT_VI_COUNT); in efx_mcdi_alloc_vis() 34 efx_mcdi_alloc_vis(struct efx_nic *efx, unsigned int min_vis, unsigned int max_vis, unsigned int *vi_base, unsigned int *allocated_vis) efx_mcdi_alloc_vis() argument
|
Completed in 3 milliseconds