Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
scsi_sas_internal.h
Go to the documentation of this file.
1 #ifndef _SCSI_SAS_INTERNAL_H
2 #define _SCSI_SAS_INTERNAL_H
3 
4 #define SAS_HOST_ATTRS 0
5 #define SAS_PHY_ATTRS 17
6 #define SAS_PORT_ATTRS 1
7 #define SAS_RPORT_ATTRS 7
8 #define SAS_END_DEV_ATTRS 5
9 #define SAS_EXPANDER_ATTRS 7
10 
11 struct sas_internal {
15 
22 
28 
29  /*
30  * The array of null terminated pointers to attributes
31  * needed by scsi_sysfs.c
32  */
39 };
40 #define to_sas_internal(tmpl) container_of(tmpl, struct sas_internal, t)
41 
42 #endif