Searched defs:zfcp_erp_action (Results 1 – 1 of 1) sorted by relevance
115 struct zfcp_erp_action { struct116 struct list_head list;117 int action; /* requested action code */118 struct zfcp_adapter *adapter; /* device which should be recovered */119 struct zfcp_port *port;120 struct scsi_device *sdev;121 u32 status; /* recovery status */122 u32 step; /* active step of this erp action */123 unsigned long fsf_req_id;124 struct timer_list timer;