Linux Kernel
3.7.1
|
#include <nsp32.h>
Data Fields | |
int | IrqNumber |
int | BaseAddress |
int | NumAddress |
void __iomem * | MmioAddress |
unsigned long | MmioLength |
struct scsi_cmnd * | CurrentSC |
struct pci_dev * | Pci |
struct pci_device_id * | pci_devid |
struct Scsi_Host * | Host |
spinlock_t | Lock |
char | info_str [100] |
nsp32_sglun * | sg_list |
dma_addr_t | sg_paddr |
nsp32_autoparam * | autoparam |
dma_addr_t | auto_paddr |
int | cur_entry |
nsp32_lunt * | cur_lunt |
nsp32_lunt | lunt [MAX_TARGET][MAX_LUN] |
nsp32_target * | cur_target |
nsp32_target | target [MAX_TARGET] |
int | cur_id |
int | cur_lun |
int | trans_method |
int | resettime |
int | clock |
nsp32_sync_table * | synct |
int | syncnum |
unsigned char | msgoutbuf [MSGOUTBUF_MAX] |
char | msgout_len |
unsigned char | msginbuf [MSGINBUF_MAX] |
char | msgin_len |
dma_addr_t auto_paddr |
nsp32_lunt* cur_lunt |
nsp32_target* cur_target |
spinlock_t Lock |
nsp32_lunt lunt[MAX_TARGET][MAX_LUN] |
unsigned char msginbuf[MSGINBUF_MAX] |
unsigned char msgoutbuf[MSGOUTBUF_MAX] |
struct pci_device_id* pci_devid |
dma_addr_t sg_paddr |
nsp32_sync_table* synct |
nsp32_target target[MAX_TARGET] |