Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/siena/
H A Dnet_driver.h1415 bool (*sriov_wanted)(struct efx_nic *efx); member
H A Dfarch.c1691 if (efx->type->sriov_wanted) { in efx_farch_dimension_resources()
1692 if (efx->type->sriov_wanted(efx)) { in efx_farch_dimension_resources()
/linux/drivers/net/ethernet/sfc/
H A Dnet_driver.h1523 bool (*sriov_wanted)(struct efx_nic *efx); member
H A Def10.c4271 .sriov_wanted = efx_ef10_sriov_wanted,