Lines Matching full:vcap
3 * Microchip VCAP API
38 /* Known users of the VCAP API */
56 /* VCAP information used for displaying data */
66 /* VCAP key/action field type, position and width */
73 /* VCAP keyset or actionset type and width */
80 /* VCAP typegroup position and bitvalue */
87 /* VCAP model data */
97 u16 version; /* vcap rtl version */
127 /* VCAP rule data towards the VCAP cache */
144 /* Commands towards the VCAP cache */
162 /* Administration of each VCAP instance */
168 enum vcap_type vtype; /* type of vcap */
170 int first_cid; /* first chain id in this vcap */
171 int last_cid; /* last chain id in this vcap */
173 int lookups; /* number of lookups in this vcap type */
178 bool w32be; /* vcap uses "32bit-word big-endian" encoding */
183 /* Client supplied VCAP rule data */
188 u32 id; /* vcap rule id, must be unique, 0 will auto-generate a value */
219 /* Client supplied VCAP callback operations */
272 /* VCAP API Client control interface */
275 const struct vcap_info *vcaps; /* client supplied vcap models */
276 const struct vcap_statistics *stats; /* client supplied vcap stats */
277 struct list_head list; /* list of vcap instances */