Home
last modified time | relevance | path

Searched defs:ata_port (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/include/linux/
Dlibata.h315 struct ata_port { struct
317 const struct ata_port_operations *ops; argument
318 unsigned long flags; /* ATA_FLAG_xxx */
319 unsigned int id; /* unique id req'd by scsi midlyr */
320 unsigned int port_no; /* unique port #; from zero */
321 unsigned int hard_port_no; /* hardware port #; from zero */
323 struct ata_prd *prd; /* our SG list */
324 dma_addr_t prd_dma; /* and its DMA mapping */
326 void *pad; /* array of DMA pad buffers */
327 dma_addr_t pad_dma;
[all …]