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