Home
last modified time | relevance | path

Searched refs:erule (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_flower.c491 struct vcap_rule *erule, in sparx5_tc_add_rule_copy() argument
506 erule->user = VCAP_USER_TC_EXTRA; in sparx5_tc_add_rule_copy()
507 vrule = vcap_copy_rule(erule); in sparx5_tc_add_rule_copy()
512 vrule->cookie = erule->cookie; in sparx5_tc_add_rule_copy()
526 err = vcap_set_rule_set_actionset(vrule, erule->actionset); in sparx5_tc_add_rule_copy()
554 struct vcap_rule *erule, in sparx5_tc_add_remaining_rules() argument
564 err = sparx5_tc_add_rule_copy(vctrl, fco, erule, admin, in sparx5_tc_add_remaining_rules()
/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c3566 struct vcap_rule *vcap_copy_rule(struct vcap_rule *erule) in vcap_copy_rule() argument
3568 struct vcap_rule_internal *ri = to_intrule(erule); in vcap_copy_rule()