Home
last modified time | relevance | path

Searched defs:pvscsi_adapter (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
Dvmw_pvscsi.c69 struct pvscsi_adapter { struct
70 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 …]
/kernel/linux/linux-6.6/drivers/scsi/
Dvmw_pvscsi.c67 struct pvscsi_adapter { struct
68 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 …]