|
Linux Kernel
3.7.1
|
#include <esp_scsi.h>
Data Fields | |
| union { | |
| dma_addr_t dma_addr | |
| int num_sg | |
| } | u |
| int | cur_residue |
| struct scatterlist * | cur_sg |
| int | tot_residue |
Definition at line 235 of file esp_scsi.h.
| int cur_residue |
Definition at line 241 of file esp_scsi.h.
| struct scatterlist* cur_sg |
Definition at line 242 of file esp_scsi.h.
| dma_addr_t dma_addr |
Definition at line 237 of file esp_scsi.h.
| int num_sg |
Definition at line 238 of file esp_scsi.h.
| int tot_residue |
Definition at line 243 of file esp_scsi.h.
| union { ... } u |
1.8.2