Searched refs:vi_base (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | mcdi_functions.h | 14 unsigned int max_vis, unsigned int *vi_base,
|
H A D | mcdi_functions.c | 35 unsigned int max_vis, unsigned int *vi_base, in efx_mcdi_alloc_vis() 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() 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
|
H A D | nic.h | 227 * @vi_base: Absolute index of first VI in this function 266 unsigned int vi_base; member
|
H A D | ef10.c | 1129 return efx_mcdi_alloc_vis(efx, min_vis, max_vis, &nic_data->vi_base, in efx_ef10_alloc_vis()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | mcdi_functions.h | 14 unsigned int max_vis, unsigned int *vi_base,
|
H A D | mcdi_functions.c | 35 unsigned int max_vis, unsigned int *vi_base, in efx_mcdi_alloc_vis() 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() 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
|
H A D | nic.h | 134 * @vi_base: Absolute index of first VI in this function 173 unsigned int vi_base; member
|
H A D | ef10.c | 1129 return efx_mcdi_alloc_vis(efx, min_vis, max_vis, &nic_data->vi_base, in efx_ef10_alloc_vis()
|
Completed in 13 milliseconds