Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
scsi_dh_hp_sw.c File Reference
#include <linux/slab.h>
#include <linux/module.h>
#include <scsi/scsi.h>
#include <scsi/scsi_dbg.h>
#include <scsi/scsi_eh.h>
#include <scsi/scsi_dh.h>

Go to the source code of this file.

Data Structures

struct  hp_sw_dh_data
 

Macros

#define HP_SW_NAME   "hp_sw"
 
#define HP_SW_TIMEOUT   (60 * HZ)
 
#define HP_SW_RETRIES   3
 
#define HP_SW_PATH_UNINITIALIZED   -1
 
#define HP_SW_PATH_ACTIVE   0
 
#define HP_SW_PATH_PASSIVE   1
 

Functions

 module_init (hp_sw_init)
 
 module_exit (hp_sw_exit)
 
 MODULE_DESCRIPTION ("HP Active/Passive driver")
 
 MODULE_AUTHOR ("Mike Christie <[email protected]")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define HP_SW_NAME   "hp_sw"

Definition at line 31 of file scsi_dh_hp_sw.c.

#define HP_SW_PATH_ACTIVE   0

Definition at line 37 of file scsi_dh_hp_sw.c.

#define HP_SW_PATH_PASSIVE   1

Definition at line 38 of file scsi_dh_hp_sw.c.

#define HP_SW_PATH_UNINITIALIZED   -1

Definition at line 36 of file scsi_dh_hp_sw.c.

#define HP_SW_RETRIES   3

Definition at line 34 of file scsi_dh_hp_sw.c.

#define HP_SW_TIMEOUT   (60 * HZ)

Definition at line 33 of file scsi_dh_hp_sw.c.

Function Documentation

MODULE_AUTHOR ( )
MODULE_DESCRIPTION ( "HP Active/Passive driver )
module_exit ( hp_sw_exit  )
module_init ( hp_sw_init  )
MODULE_LICENSE ( "GPL"  )