Searched defs:pvscsi_adapter (Results 1 – 1 of 1) sorted by relevance
69 struct pvscsi_adapter { struct70 char *mmioBase;71 unsigned int irq;72 u8 rev;73 bool use_msi;74 bool use_msix;75 bool use_msg;76 bool use_req_threshold;78 spinlock_t hw_lock;80 struct workqueue_struct *workqueue;[all …]