sriov_init
.sriov_init = efx_ef10_sriov_init,
if (efx->type->sriov_init) {
rc = efx->type->sriov_init(efx);
int (*sriov_init)(struct efx_nic *efx);
if (efx->type->sriov_init) {
rc = efx->type->sriov_init(efx);
int (*sriov_init)(struct efx_nic *efx);
.sriov_init = efx_siena_sriov_init,
return sriov_init(dev, pos);