Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/sfc/
Dsiena_sriov.c208 MCDI_SET_DWORD(inbuf, SRIOV_IN_VF_COUNT, efx->vf_count); in efx_siena_sriov_cmd()
1024 efx->vf_count = 0; in efx_siena_sriov_handle_no_channel()
1064 efx->vf_count = count; in efx_siena_sriov_probe()
1101 for (pos = 0; pos < efx->vf_count; ++pos) { in efx_siena_sriov_peer_work()
1157 for (pos = 0; pos < efx->vf_count; ++pos) { in efx_siena_sriov_peer_work()
1195 efx->vf = kzalloc(sizeof(struct efx_vf) * efx->vf_count, GFP_KERNEL); in efx_siena_sriov_vf_alloc()
1199 for (index = 0; index < efx->vf_count; ++index) { in efx_siena_sriov_vf_alloc()
1222 for (pos = 0; pos < efx->vf_count; ++pos) { in efx_siena_sriov_vfs_fini()
1252 for (index = 0; index < efx->vf_count; ++index) { in efx_siena_sriov_vfs_init()
1292 if (efx->vf_count == 0) in efx_siena_sriov_init()
[all …]
Dfarch.c1705 if (efx->vf_count > vf_limit) { in efx_farch_dimension_resources()
1708 efx->vf_count, vf_limit); in efx_farch_dimension_resources()
1709 efx->vf_count = vf_limit; in efx_farch_dimension_resources()
1711 vi_count += efx->vf_count * efx_vf_size(efx); in efx_farch_dimension_resources()
Dnic.h546 return efx->vf_count != 0; in efx_siena_sriov_wanted()
Dnet_driver.h1059 unsigned vf_count; member