Home
last modified time | relevance | path

Searched refs:allocated_vis (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/sfc/
Def100_netdev.c33 static int ef100_alloc_vis(struct efx_nic *efx, unsigned int *allocated_vis) in ef100_alloc_vis() argument
54 NULL, allocated_vis); in ef100_alloc_vis()
111 unsigned int allocated_vis; in ef100_net_open() local
134 rc = ef100_alloc_vis(efx, &allocated_vis); in ef100_net_open()
142 rc = ef100_remap_bar(efx, allocated_vis); in ef100_net_open()
Dmcdi_functions.h15 unsigned int *allocated_vis);
Dmcdi_functions.c36 unsigned int *allocated_vis) in efx_mcdi_alloc_vis() argument
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()