Searched refs:vi_scale (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | vfdi.h | 218 * @vi_scale: log2 the number of VIs available on this VF. This quantity 239 u8 vi_scale; member
|
H A D | siena_sriov.c | 201 unsigned vi_scale, vf_total; in efx_siena_sriov_cmd() local 217 vi_scale = MCDI_DWORD(outbuf, SRIOV_OUT_VI_SCALE); in efx_siena_sriov_cmd() 218 if (vi_scale > EFX_VI_SCALE_MAX) in efx_siena_sriov_cmd() 222 *vi_scale_out = vi_scale; in efx_siena_sriov_cmd() 643 FRF_CZ_TX_DPT_Q_MASK_WIDTH, min(efx->vi_scale, 1U), in efx_vfdi_init_txq() 1059 if (efx_siena_sriov_cmd(efx, false, &efx->vi_scale, &count)) { in efx_siena_sriov_probe() 1314 vfdi_status->vi_scale = efx->vi_scale; in efx_siena_sriov_init()
|
H A D | efx.h | 202 return 1 << efx->vi_scale; in efx_vf_size()
|
H A D | net_driver.h | 965 * @vi_scale: log2 number of vnics per VF. 1142 unsigned vi_scale; member
|
H A D | farch.c | 1704 (1024U - EFX_VI_BASE) >> efx->vi_scale); in efx_farch_dimension_resources()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | vfdi.h | 218 * @vi_scale: log2 the number of VIs available on this VF. This quantity 239 u8 vi_scale; member
|
H A D | siena_sriov.c | 201 unsigned vi_scale, vf_total; in efx_siena_sriov_cmd() local 218 vi_scale = MCDI_DWORD(outbuf, SRIOV_OUT_VI_SCALE); in efx_siena_sriov_cmd() 219 if (vi_scale > EFX_VI_SCALE_MAX) in efx_siena_sriov_cmd() 223 *vi_scale_out = vi_scale; in efx_siena_sriov_cmd() 644 FRF_CZ_TX_DPT_Q_MASK_WIDTH, min(efx->vi_scale, 1U), in efx_vfdi_init_txq() 1060 if (efx_siena_sriov_cmd(efx, false, &efx->vi_scale, &count)) { in efx_siena_sriov_probe() 1315 vfdi_status->vi_scale = efx->vi_scale; in efx_siena_sriov_init()
|
H A D | efx.h | 183 return 1 << efx->vi_scale; in efx_vf_size()
|
H A D | net_driver.h | 924 * @vi_scale: log2 number of vnics per VF. 1102 unsigned vi_scale; member
|
H A D | farch.c | 1707 (1024U - EFX_VI_BASE) >> efx->vi_scale); in efx_farch_dimension_resources()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | efx.h | 200 return 1 << efx->vi_scale; in efx_vf_size()
|
H A D | net_driver.h | 952 * @vi_scale: log2 number of vnics per VF. 1134 unsigned vi_scale; member
|
Completed in 25 milliseconds