Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Dsiena_sriov.c202 unsigned vi_scale, vf_total; in efx_sriov_cmd() local
218 vi_scale = MCDI_DWORD(outbuf, SRIOV_OUT_VI_SCALE); in efx_sriov_cmd()
219 if (vi_scale > EFX_VI_SCALE_MAX) in efx_sriov_cmd()
223 *vi_scale_out = vi_scale; in efx_sriov_cmd()
645 FRF_CZ_TX_DPT_Q_MASK_WIDTH, min(efx->vi_scale, 1U), in efx_vfdi_init_txq()
1049 if (efx_sriov_cmd(efx, false, &efx->vi_scale, &count)) in efx_sriov_probe()
1291 vfdi_status->vi_scale = efx->vi_scale; in efx_sriov_init()
Dvfdi.h242 u8 vi_scale; member
Dnic.h206 return 1 << efx->vi_scale; in efx_vf_size()
Dnet_driver.h891 unsigned vi_scale; member
Dnic.c1790 (1024U - EFX_VI_BASE) >> efx->vi_scale); in efx_nic_dimension_resources()