Searched refs:vi_scale (Results 1 - 5 of 5) sorted by relevance

/drivers/net/ethernet/sfc/
H A Dvfdi.h221 * @vi_scale: log2 the number of VIs available on this VF. This quantity
242 u8 vi_scale; member in struct:vfdi_status
H A Dsiena_sriov.c199 unsigned vi_scale, vf_total; local
215 vi_scale = MCDI_DWORD(outbuf, SRIOV_OUT_VI_SCALE);
216 if (vi_scale > EFX_VI_SCALE_MAX)
220 *vi_scale_out = vi_scale;
641 FRF_CZ_TX_DPT_Q_MASK_WIDTH, min(efx->vi_scale, 1U),
1043 if (efx_sriov_cmd(efx, false, &efx->vi_scale, &count))
1285 vfdi_status->vi_scale = efx->vi_scale;
H A Dnic.h205 return 1 << efx->vi_scale;
H A Dnet_driver.h721 * @vi_scale: log2 number of vnics per VF.
844 unsigned vi_scale; member in struct:efx_nic
H A Dnic.c1679 (1024U - EFX_VI_BASE) >> efx->vi_scale);

Completed in 586 milliseconds