Linux Kernel
3.7.1
|
Data Fields | |
char * | mmioBase |
unsigned int | irq |
u8 | rev |
bool | use_msi |
bool | use_msix |
bool | use_msg |
spinlock_t | hw_lock |
struct workqueue_struct * | workqueue |
struct work_struct | work |
struct PVSCSIRingReqDesc * | req_ring |
unsigned | req_pages |
unsigned | req_depth |
dma_addr_t | reqRingPA |
struct PVSCSIRingCmpDesc * | cmp_ring |
unsigned | cmp_pages |
dma_addr_t | cmpRingPA |
struct PVSCSIRingMsgDesc * | msg_ring |
unsigned | msg_pages |
dma_addr_t | msgRingPA |
struct PVSCSIRingsState * | rings_state |
dma_addr_t | ringStatePA |
struct pci_dev * | dev |
struct Scsi_Host * | host |
struct list_head | cmd_pool |
struct pvscsi_ctx * | cmd_map |
Definition at line 67 of file vmw_pvscsi.c.
struct pvscsi_ctx* cmd_map |
Definition at line 100 of file vmw_pvscsi.c.
Definition at line 99 of file vmw_pvscsi.c.
unsigned cmp_pages |
Definition at line 86 of file vmw_pvscsi.c.
struct PVSCSIRingCmpDesc* cmp_ring |
Definition at line 85 of file vmw_pvscsi.c.
dma_addr_t cmpRingPA |
Definition at line 87 of file vmw_pvscsi.c.
Definition at line 96 of file vmw_pvscsi.c.
Definition at line 97 of file vmw_pvscsi.c.
spinlock_t hw_lock |
Definition at line 75 of file vmw_pvscsi.c.
unsigned int irq |
Definition at line 69 of file vmw_pvscsi.c.
char* mmioBase |
Definition at line 68 of file vmw_pvscsi.c.
unsigned msg_pages |
Definition at line 90 of file vmw_pvscsi.c.
struct PVSCSIRingMsgDesc* msg_ring |
Definition at line 89 of file vmw_pvscsi.c.
dma_addr_t msgRingPA |
Definition at line 91 of file vmw_pvscsi.c.
unsigned req_depth |
Definition at line 82 of file vmw_pvscsi.c.
unsigned req_pages |
Definition at line 81 of file vmw_pvscsi.c.
struct PVSCSIRingReqDesc* req_ring |
Definition at line 80 of file vmw_pvscsi.c.
dma_addr_t reqRingPA |
Definition at line 83 of file vmw_pvscsi.c.
u8 rev |
Definition at line 70 of file vmw_pvscsi.c.
struct PVSCSIRingsState* rings_state |
Definition at line 93 of file vmw_pvscsi.c.
dma_addr_t ringStatePA |
Definition at line 94 of file vmw_pvscsi.c.
bool use_msg |
Definition at line 73 of file vmw_pvscsi.c.
bool use_msi |
Definition at line 71 of file vmw_pvscsi.c.
bool use_msix |
Definition at line 72 of file vmw_pvscsi.c.
struct work_struct work |
Definition at line 78 of file vmw_pvscsi.c.
struct workqueue_struct* workqueue |
Definition at line 77 of file vmw_pvscsi.c.