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