Searched defs:hfi1_snoop_data (Results 1 – 1 of 1) sorted by relevance
355 struct hfi1_snoop_data { struct356 int mode_flag;357 struct cdev cdev;358 struct device *class_dev;359 spinlock_t snoop_lock;360 struct list_head queue;361 wait_queue_head_t waitq;362 void *filter_value;363 int (*filter_callback)(void *hdr, void *data, void *value);364 u64 dcc_cfg; /* saved value of DCC Cfg register */