• Home
  • Raw
  • Download

Lines Matching full:vcap

11 /* Arbitrarily chosen constants for encoding the VCAP block and lookup number
90 /* Can't offload GOTO in VCAP ES0 */ in ocelot_is_goto_target_valid()
96 /* VCAP IS1 can be skipped, either partially or completely */ in ocelot_is_goto_target_valid()
109 /* Lookup 2 of VCAP IS1 can really support non-optional GOTOs, in ocelot_is_goto_target_valid()
111 * value encoding a VCAP IS2 target chain. in ocelot_is_goto_target_valid()
121 /* Non-optional GOTO from VCAP IS2 lookup 0 to lookup 1. in ocelot_is_goto_target_valid()
128 /* VCAP IS2 lookup 1 cannot jump anywhere */ in ocelot_is_goto_target_valid()
194 "Drop action can only be offloaded to VCAP IS2"); in ocelot_flower_parse_action()
212 "Trap action can only be offloaded to VCAP IS2 lookup 0"); in ocelot_flower_parse_action()
230 "Police action can only be offloaded to VCAP IS2 lookup 0"); in ocelot_flower_parse_action()
247 "Redirect action can only be offloaded to VCAP IS2"); in ocelot_flower_parse_action()
268 "VLAN pop action can only be offloaded to VCAP IS1"); in ocelot_flower_parse_action()
288 "VLAN modify action can only be offloaded to VCAP IS1"); in ocelot_flower_parse_action()
310 "Priority action can only be offloaded to VCAP IS1"); in ocelot_flower_parse_action()
336 "VLAN push action can only be offloaded to VCAP ES0"); in ocelot_flower_parse_action()
388 const struct vcap_props *vcap = &ocelot->vcap[VCAP_ES0]; in ocelot_flower_parse_indev() local
389 int key_length = vcap->keys[VCAP_ES0_IGR_PORT].length; in ocelot_flower_parse_indev()
458 /* For VCAP ES0 (egress rewriter) we can match on the ingress port */ in ocelot_flower_parse_key()
488 "VCAP ES0 cannot match on MAC address"); in ocelot_flower_parse_key()
533 "VCAP ES0 cannot match on IP protocol"); in ocelot_flower_parse_key()
547 "VCAP ES0 cannot match on IP protocol"); in ocelot_flower_parse_key()
567 "VCAP ES0 cannot match on IP address"); in ocelot_flower_parse_key()
603 "VCAP ES0 cannot match on L4 ports"); in ocelot_flower_parse_key()
619 "VCAP ES0 cannot match on L2 proto"); in ocelot_flower_parse_key()
664 const struct vcap_props *vcap = &ocelot->vcap[VCAP_ES0]; in ocelot_vcap_filter_create() local
665 int key_length = vcap->keys[VCAP_ES0_EGR_PORT].length; in ocelot_vcap_filter_create()