Lines Matching defs:vcap_props
25 struct vcap_props { struct
26 u16 tg_width; /* Type-group width (in bits) */
27 u16 sw_count; /* Sub word count */
28 u16 entry_count; /* Entry count */
29 u16 entry_words; /* Number of entry words */
30 u16 entry_width; /* Entry width (in bits) */
31 u16 action_count; /* Action count */
32 u16 action_words; /* Number of action words */
33 u16 action_width; /* Action width (in bits) */
34 u16 action_type_width; /* Action type width (in bits) */
35 struct {
38 } action_table[2];
39 u16 counter_words; /* Number of counter words */
40 u16 counter_width; /* Counter width (in bits) */
42 enum ocelot_target target;
44 const struct vcap_field *keys;
45 const struct vcap_field *actions;