Home
last modified time | relevance | path

Searched refs:vi_base (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/sfc/
H A Dmcdi_functions.h14 unsigned int max_vis, unsigned int *vi_base,
H A Dmcdi_functions.c35 unsigned int max_vis, unsigned int *vi_base, in efx_mcdi_alloc_vis() argument
56 if (vi_base) in efx_mcdi_alloc_vis()
57 *vi_base = MCDI_DWORD(outbuf, ALLOC_VIS_OUT_VI_BASE); in efx_mcdi_alloc_vis()
H A Dnic.h173 unsigned int vi_base; member
H A Def10.c1129 return efx_mcdi_alloc_vis(efx, min_vis, max_vis, &nic_data->vi_base, in efx_ef10_alloc_vis()