Searched defs:pvscsi_adapter (Results 1 – 1 of 1) sorted by relevance
69 struct pvscsi_adapter { struct70 char *mmioBase;71 u8 rev;72 bool use_msg;73 bool use_req_threshold;75 spinlock_t hw_lock;77 struct workqueue_struct *workqueue;78 struct work_struct work;80 struct PVSCSIRingReqDesc *req_ring;81 unsigned req_pages;[all …]