Lines Matching defs:to_efv
1368 struct efx_rep *to_efv;
1429 to_efv = efx_tc_flower_lookup_efv(efx, fa->dev);
1430 if (IS_ERR(to_efv))
1556 to_efv = efx_tc_flower_lookup_efv(efx, fa->dev);
1562 if (IS_ERR(to_efv))
1563 to_efv = EFX_EFV_PF;
1564 if (to_efv == EFX_EFV_PF) {
1569 rc = efx_tc_flower_internal_mport(efx, to_efv);
1761 struct efx_rep *from_efv, *to_efv;
2042 to_efv = efx_tc_flower_lookup_efv(efx, fa->dev);
2043 if (IS_ERR(to_efv)) {
2045 rc = PTR_ERR(to_efv);
2048 rc = efx_tc_flower_external_mport(efx, to_efv);