Searched defs:idxd_driver_data (Results 1 – 2 of 2) sorted by relevance
282 struct idxd_driver_data { struct283 const char *name_prefix;284 enum idxd_type type;285 struct device_type *dev_type;286 int compl_size;287 int align;288 int evl_cr_off;289 int cr_status_off;290 int cr_result_off;291 load_device_defaults_fn_t load_device_defaults;
42 static struct idxd_driver_data idxd_driver_data[] = { variable