Home
last modified time | relevance | path

Searched refs:efx_sriov_wanted (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/sfc/
Dnic.h195 static inline bool efx_sriov_wanted(struct efx_nic *efx) in efx_sriov_wanted() function
223 static inline bool efx_sriov_wanted(struct efx_nic *efx) { return false; } in efx_sriov_wanted() function
Defx.c1215 if (efx_sriov_wanted(efx) && efx_vf_size(efx) > 1 && in efx_wanted_parallelism()
1359 efx->rss_spread = ((efx->n_rx_channels > 1 || !efx_sriov_wanted(efx)) ? in efx_probe_interrupts()
Dnic.c1711 if (efx_sriov_wanted(efx)) { in efx_nic_dimension_resources()