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