Searched defs:zfcp_erp_action (Results 1 – 1 of 1) sorted by relevance
124 struct zfcp_erp_action { struct125 struct list_head list;126 enum zfcp_erp_act_type type; /* requested action code */127 struct zfcp_adapter *adapter; /* device which should be recovered */128 struct zfcp_port *port;129 struct scsi_device *sdev;130 u32 status; /* recovery status */131 enum zfcp_erp_steps step; /* active step of this erp action */132 u64 fsf_req_id;133 struct timer_list timer;