Home
last modified time | relevance | path

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

/freebsd/sys/crypto/ccp/
H A Dccp.h134 struct ccp_softc { struct
135 device_t dev;
136 int32_t cid;
137 struct mtx lock;
138 bool detaching;
140 unsigned ring_size_order;
147 uint8_t valid_queues;
149 uint8_t hw_version;
150 uint8_t num_queues;
151 uint16_t hw_features;
[all …]