Searched refs:sriov_wanted (Results 1 – 4 of 4) sorted by relevance
1415 bool (*sriov_wanted)(struct efx_nic *efx); member
1691 if (efx->type->sriov_wanted) { in efx_farch_dimension_resources()1692 if (efx->type->sriov_wanted(efx)) { in efx_farch_dimension_resources()
1523 bool (*sriov_wanted)(struct efx_nic *efx); member
4271 .sriov_wanted = efx_ef10_sriov_wanted,