Searched defs:vcap_props (Results 1 – 1 of 1) sorted by relevance
39 struct vcap_props { struct40 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) */[all …]