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()
313 struct efx_rep *efv) in efx_tc_flower_replace() argument
340 if (efv != from_efv) { in efx_tc_flower_replace()
343 netdev_name(net_dev), efv ? "non-" : "", in efx_tc_flower_replace()
635 struct flow_cls_offload *tc, struct efx_rep *efv) in efx_tc_flower() argument
645 rc = efx_tc_flower_replace(efx, net_dev, tc, efv); in efx_tc_flower()
719 int efx_tc_configure_default_rule_rep(struct efx_rep *efv) in efx_tc_configure_default_rule_rep() argument
721 struct efx_tc_flow_rule *rule = &efv->dflt; in efx_tc_configure_default_rule_rep()
722 struct efx_nic *efx = efv->parent; in efx_tc_configure_default_rule_rep()
725 efx_mae_mport_mport(efx, efv->mport, &ing_port); in efx_tc_configure_default_rule_rep()