Lines Matching full:vcap
2 /* Microchip VCAP API
39 /* SparX-5 VCAP fragment types:
51 /* Flower fragment flag to VCAP fragment type mapping */
187 /* Extract VCAP fragment key and mask from verdict */ in sparx5_tc_flower_handler_control_usage()
215 "cvlan not supported in this VCAP"); in sparx5_tc_flower_handler_cvlan_usage()
387 pr_err("%s:%d: vcap type: %d not supported\n", in sparx5_tc_add_rule_counter()
572 /* Add the actionset that is the default for the VCAP type */
593 pr_err("%s:%d: %s\n", __func__, __LINE__, "Invalid VCAP type"); in sparx5_tc_set_actionset()
602 /* Add the VCAP key to match on for a rule target value */
640 /* Add the VCAP action that adds a target value to a rule */
834 /* Handle the action trap for a VCAP rule */
872 "Trap action not supported in this VCAP"); in sparx5_tc_action_trap()
891 "VLAN pop action not supported in this VCAP"); in sparx5_tc_action_vlan_pop()
928 "VLAN modify action not supported in this VCAP"); in sparx5_tc_action_vlan_modify()
994 "VLAN push action not supported in this VCAP"); in sparx5_tc_action_vlan_push()
1050 "Mirror action not supported in this VCAP"); in sparx5_tc_action_mirred()
1074 "Redirect action not supported in this VCAP"); in sparx5_tc_action_redirect()
1449 "VCAP does not support templates"); in sparx5_tc_flower_template_create()
1552 /* Get vcap instance from the chain id */ in sparx5_tc_flower()