Home
last modified time | relevance | path

Searched defs:vcap_admin (Results 1 – 1 of 1) sorted by relevance

/drivers/net/ethernet/microchip/vcap/
Dvcap_api.h163 struct vcap_admin { struct
164 struct list_head list; /* for insertion in vcap_control */
165 struct list_head rules; /* list of rules */
166 struct list_head enabled; /* list of enabled ports */
167 struct mutex lock; /* control access to rules */
168 enum vcap_type vtype; /* type of vcap */
169 int vinst; /* instance number within the same type */
170 int first_cid; /* first chain id in this vcap */
171 int last_cid; /* last chain id in this vcap */
172 int tgt_inst; /* hardware instance number */
[all …]