Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/s390/scsi/
Dzfcp_def.h117 struct zfcp_erp_action { struct
118 struct list_head list;
119 int action; /* requested action code */
120 struct zfcp_adapter *adapter; /* device which should be recovered */
121 struct zfcp_port *port;
122 struct scsi_device *sdev;
123 u32 status; /* recovery status */
124 u32 step; /* active step of this erp action */
125 unsigned long fsf_req_id;
126 struct timer_list timer;