Home
last modified time | relevance | path

Searched defs:zfcp_erp_action (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/scsi/
Dzfcp_def.h125 struct zfcp_erp_action { struct
126 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;
/kernel/linux/linux-6.6/drivers/s390/scsi/
Dzfcp_def.h124 struct zfcp_erp_action { struct
125 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;