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