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