Lines Matching full:vcap
2 /* Microchip Sparx5 Switch driver VCAP implementation
49 enum vcap_type vtype; /* type of vcap */
51 int lookups; /* number of lookups in this vcap type */
53 int first_cid; /* first chain id in this vcap */
54 int last_cid; /* last chain id in this vcap */
55 int count; /* number of available addresses, not in super vcap */
56 int map_id; /* id in the super vcap block mapping (if applicable) */
57 int blockno; /* starting block in super vcap (if applicable) */
58 int blocks; /* number of blocks in super vcap (if applicable) */
59 bool ingress; /* is vcap in the ingress path */
212 /* Get the port keyset for the vcap lookup */
225 /* Check if the ethertype is supported by the vcap port classification */