Linux Kernel
3.7.1
|
Data Fields | |
unsigned int | doing_hdma |
unsigned int | hdma_prod |
unsigned int | hdma_cons |
struct { | |
struct ata_queued_cmd * qc | |
unsigned int seq | |
unsigned long pkt_ofs | |
} | hdma [32] |
Definition at line 205 of file sata_sx4.c.
unsigned int doing_hdma |
Definition at line 206 of file sata_sx4.c.
struct { ... } hdma[32] |
unsigned int hdma_cons |
Definition at line 208 of file sata_sx4.c.
unsigned int hdma_prod |
Definition at line 207 of file sata_sx4.c.
unsigned long pkt_ofs |
Definition at line 212 of file sata_sx4.c.
struct ata_queued_cmd* qc |
Definition at line 210 of file sata_sx4.c.
unsigned int seq |
Definition at line 211 of file sata_sx4.c.