Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ata_host Struct Reference

#include <libata.h>

Data Fields

spinlock_t lock
 
struct device * dev
 
void __iomem *const * iomap
 
unsigned int n_ports
 
void * private_data
 
struct ata_port_operations * ops
 
unsigned long flags
 
struct mutex eh_mutex
 
struct task_struct * eh_owner
 
struct ata_port * simplex_claimed
 
struct ata_port * ports [0]
 

Detailed Description

Definition at line 540 of file libata.h.

Field Documentation

struct device* dev

Definition at line 542 of file libata.h.

struct mutex eh_mutex

Definition at line 549 of file libata.h.

struct task_struct* eh_owner

Definition at line 550 of file libata.h.

unsigned long flags

Definition at line 547 of file libata.h.

void __iomem* const* iomap

Definition at line 543 of file libata.h.

spinlock_t lock

Definition at line 541 of file libata.h.

unsigned int n_ports

Definition at line 544 of file libata.h.

Definition at line 546 of file libata.h.

struct ata_port* ports[0]

Definition at line 553 of file libata.h.

void* private_data

Definition at line 545 of file libata.h.

struct ata_port* simplex_claimed

Definition at line 552 of file libata.h.


The documentation for this struct was generated from the following file: