Searched defs:adf_uio_control_accel (Results 1 – 1 of 1) sorted by relevance
26 struct adf_uio_control_accel { struct27 struct adf_accel_dev *accel_dev;28 struct cdev *cdev;29 struct mtx lock;30 struct adf_bar *bar;31 unsigned int nb_bundles;32 unsigned int num_ker_bundles;33 unsigned int total_used_bundles;34 unsigned int num_handles;35 struct cv cleanup_ok;[all …]