Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/microchip/vcap/
A Dvcap_api.h163 struct vcap_admin { struct
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 */
179 bool ingress; /* chain traffic direction */
[all …]

Completed in 4 milliseconds