Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Def10_sriov.c123 for (i = 0; i < efx->vf_count; i++) { in efx_ef10_sriov_free_vf_vports()
195 nic_data->vf = kcalloc(efx->vf_count, sizeof(struct ef10_vf), in efx_ef10_sriov_alloc_vf_vswitching()
200 for (i = 0; i < efx->vf_count; i++) { in efx_ef10_sriov_alloc_vf_vswitching()
223 for (i = 0; i < efx->vf_count; i++) { in efx_ef10_sriov_restore_vf_vswitching()
361 efx->vf_count = num_vfs; in efx_ef10_pci_sriov_enable()
375 efx->vf_count = 0; in efx_ef10_pci_sriov_enable()
405 efx->vf_count = 0; in efx_ef10_pci_sriov_disable()
469 if (vf_i >= efx->vf_count) in efx_ef10_sriov_set_vf_mac()
541 if (vf_i >= efx->vf_count) in efx_ef10_sriov_set_vf_vlan()
701 if (vf_i >= efx->vf_count) in efx_ef10_sriov_get_vf_config()
Dsiena_sriov.c209 MCDI_SET_DWORD(inbuf, SRIOV_IN_VF_COUNT, efx->vf_count); in efx_siena_sriov_cmd()
1027 efx->vf_count = 0; in efx_siena_sriov_handle_no_channel()
1069 efx->vf_count = count; in efx_siena_sriov_probe()
1106 for (pos = 0; pos < efx->vf_count; ++pos) { in efx_siena_sriov_peer_work()
1162 for (pos = 0; pos < efx->vf_count; ++pos) { in efx_siena_sriov_peer_work()
1201 nic_data->vf = kcalloc(efx->vf_count, sizeof(*nic_data->vf), in efx_siena_sriov_vf_alloc()
1206 for (index = 0; index < efx->vf_count; ++index) { in efx_siena_sriov_vf_alloc()
1230 for (pos = 0; pos < efx->vf_count; ++pos) { in efx_siena_sriov_vfs_fini()
1260 for (index = 0; index < efx->vf_count; ++index) { in efx_siena_sriov_vfs_init()
1300 if (efx->vf_count == 0) in efx_siena_sriov_init()
[all …]
Dfarch.c1722 if (efx->vf_count > vf_limit) { in efx_farch_dimension_resources()
1725 efx->vf_count, vf_limit); in efx_farch_dimension_resources()
1726 efx->vf_count = vf_limit; in efx_farch_dimension_resources()
1728 vi_count += efx->vf_count * efx_vf_size(efx); in efx_farch_dimension_resources()
Dnet_driver.h1046 unsigned vf_count; member
Def10.c1044 for (i = 0; i < efx->vf_count; i++) in efx_ef10_reset_mc_allocations()
4288 for (i = 0; i < efx_pf->vf_count; ++i) { in efx_ef10_set_mac_address()