Lines Matching refs:vf_count
207 MCDI_SET_DWORD(inbuf, SRIOV_IN_VF_COUNT, efx->vf_count); in efx_siena_sriov_cmd()
1025 efx->vf_count = 0; in efx_siena_sriov_handle_no_channel()
1067 efx->vf_count = count; in efx_siena_sriov_probe()
1104 for (pos = 0; pos < efx->vf_count; ++pos) { in efx_siena_sriov_peer_work()
1160 for (pos = 0; pos < efx->vf_count; ++pos) { in efx_siena_sriov_peer_work()
1199 nic_data->vf = kcalloc(efx->vf_count, sizeof(*nic_data->vf), in efx_siena_sriov_vf_alloc()
1204 for (index = 0; index < efx->vf_count; ++index) { in efx_siena_sriov_vf_alloc()
1228 for (pos = 0; pos < efx->vf_count; ++pos) { in efx_siena_sriov_vfs_fini()
1258 for (index = 0; index < efx->vf_count; ++index) { in efx_siena_sriov_vfs_init()
1298 if (efx->vf_count == 0) in efx_siena_sriov_init()
1316 vfdi_status->peer_count = 1 + efx->vf_count; in efx_siena_sriov_init()
1334 efx->vf_init_count = efx->vf_count; in efx_siena_sriov_init()
1341 rc = pci_enable_sriov(efx->pci_dev, efx->vf_count); in efx_siena_sriov_init()
1347 efx->vf_count, efx_vf_size(efx)); in efx_siena_sriov_init()
1385 for (pos = 0; pos < efx->vf_count; ++pos) { in efx_siena_sriov_fini()
1680 return efx->vf_count != 0; in efx_siena_sriov_wanted()