Searched defs:ccp_softc (Results 1 – 1 of 1) sorted by relevance
136 struct ccp_softc { struct137 device_t dev;138 int32_t cid;139 struct mtx lock;140 bool detaching;142 unsigned ring_size_order;149 uint8_t valid_queues;151 uint8_t hw_version;152 uint8_t num_queues;153 uint16_t hw_features;[all …]