Linux Kernel
3.7.1
|
#include <hptiop.h>
Data Fields | |
struct hptiop_adapter_ops * | ops |
union { | |
struct { | |
struct hpt_iopmu_itl __iomem * iop | |
void __iomem * plx | |
} itl | |
struct { | |
struct hpt_iopmv_regs * regs | |
struct hpt_iopmu_mv __iomem * mu | |
void * internal_req | |
dma_addr_t internal_req_phy | |
} mv | |
} | u |
struct Scsi_Host * | host |
struct pci_dev * | pcidev |
u32 | interface_version |
u32 | firmware_version |
u32 | sdram_size |
u32 | max_devices |
u32 | max_requests |
u32 | max_request_size |
u32 | max_sg_descriptors |
u32 | req_size |
u32 | iopintf_v2: 1 |
u32 | initialized: 1 |
u32 | msg_done: 1 |
struct hptiop_request * | req_list |
struct hptiop_request | reqs [HPTIOP_MAX_REQUESTS] |
void * | dma_coherent |
dma_addr_t | dma_coherent_handle |
atomic_t | reset_count |
atomic_t | resetting |
wait_queue_head_t | reset_wq |
wait_queue_head_t | ioctl_wq |
dma_addr_t dma_coherent_handle |
dma_addr_t internal_req_phy |
wait_queue_head_t ioctl_wq |
struct hpt_iopmu_itl __iomem* iop |
struct { ... } itl |
struct { ... } mv |
struct hptiop_adapter_ops* ops |
struct hptiop_request* req_list |
wait_queue_head_t reset_wq |
union { ... } u |