Lines Matching refs:efv
27 struct efx_rep *efv; in efx_tc_flower_lookup_efv() local
40 efv = netdev_priv(dev); in efx_tc_flower_lookup_efv()
41 if (efv->parent != efx) in efx_tc_flower_lookup_efv()
43 return efv; in efx_tc_flower_lookup_efv()
47 static s64 efx_tc_flower_external_mport(struct efx_nic *efx, struct efx_rep *efv) in efx_tc_flower_external_mport() argument
51 if (IS_ERR(efv)) in efx_tc_flower_external_mport()
52 return PTR_ERR(efv); in efx_tc_flower_external_mport()
53 if (!efv) /* device is PF (us) */ in efx_tc_flower_external_mport()
56 efx_mae_mport_mport(efx, efv->mport, &mport); in efx_tc_flower_external_mport()
174 struct efx_rep *efv) in efx_tc_flower_replace() argument
201 if (efv != from_efv) { in efx_tc_flower_replace()
204 netdev_name(net_dev), efv ? "non-" : "", in efx_tc_flower_replace()
206 if (efv) in efx_tc_flower_replace()
414 struct flow_cls_offload *tc, struct efx_rep *efv) in efx_tc_flower() argument
424 rc = efx_tc_flower_replace(efx, net_dev, tc, efv); in efx_tc_flower()
495 int efx_tc_configure_default_rule_rep(struct efx_rep *efv) in efx_tc_configure_default_rule_rep() argument
497 struct efx_tc_flow_rule *rule = &efv->dflt; in efx_tc_configure_default_rule_rep()
498 struct efx_nic *efx = efv->parent; in efx_tc_configure_default_rule_rep()
501 efx_mae_mport_mport(efx, efv->mport, &ing_port); in efx_tc_configure_default_rule_rep()