Lines Matching defs:vcap_props
40 struct vcap_props { struct
41 u16 tg_width; /* Type-group width (in bits) */
42 u16 sw_count; /* Sub word count */
43 u16 entry_count; /* Entry count */
44 u16 entry_words; /* Number of entry words */
45 u16 entry_width; /* Entry width (in bits) */
46 u16 action_count; /* Action count */
47 u16 action_words; /* Number of action words */
48 u16 action_width; /* Action width (in bits) */
49 u16 action_type_width; /* Action type width (in bits) */
50 struct {
53 } action_table[2];
54 u16 counter_words; /* Number of counter words */
55 u16 counter_width; /* Counter width (in bits) */
57 enum ocelot_target target;
59 const struct vcap_field *keys;
60 const struct vcap_field *actions;