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