Searched defs:zfcp_erp_action (Results 1 – 2 of 2) 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;
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;