Lines Matching refs:clear

289 void zfcp_erp_adapter_reopen(struct zfcp_adapter *adapter, int clear, char *id)  in zfcp_erp_adapter_reopen()  argument
293 zfcp_erp_adapter_block(adapter, clear); in zfcp_erp_adapter_reopen()
312 void zfcp_erp_adapter_shutdown(struct zfcp_adapter *adapter, int clear, in zfcp_erp_adapter_shutdown() argument
316 zfcp_erp_adapter_reopen(adapter, clear | flags, id); in zfcp_erp_adapter_shutdown()
325 void zfcp_erp_port_shutdown(struct zfcp_port *port, int clear, char *id) in zfcp_erp_port_shutdown() argument
328 zfcp_erp_port_reopen(port, clear | flags, id); in zfcp_erp_port_shutdown()
331 static void zfcp_erp_port_block(struct zfcp_port *port, int clear) in zfcp_erp_port_block() argument
334 ZFCP_STATUS_COMMON_UNBLOCKED | clear); in zfcp_erp_port_block()
337 static void _zfcp_erp_port_forced_reopen(struct zfcp_port *port, int clear, in _zfcp_erp_port_forced_reopen() argument
340 zfcp_erp_port_block(port, clear); in _zfcp_erp_port_forced_reopen()
356 void zfcp_erp_port_forced_reopen(struct zfcp_port *port, int clear, char *id) in zfcp_erp_port_forced_reopen() argument
362 _zfcp_erp_port_forced_reopen(port, clear, id); in zfcp_erp_port_forced_reopen()
366 static int _zfcp_erp_port_reopen(struct zfcp_port *port, int clear, char *id) in _zfcp_erp_port_reopen() argument
368 zfcp_erp_port_block(port, clear); in _zfcp_erp_port_reopen()
389 int zfcp_erp_port_reopen(struct zfcp_port *port, int clear, char *id) in zfcp_erp_port_reopen() argument
396 retval = _zfcp_erp_port_reopen(port, clear, id); in zfcp_erp_port_reopen()
408 static void _zfcp_erp_lun_reopen(struct scsi_device *sdev, int clear, char *id, in _zfcp_erp_lun_reopen() argument
414 zfcp_erp_lun_block(sdev, clear); in _zfcp_erp_lun_reopen()
431 void zfcp_erp_lun_reopen(struct scsi_device *sdev, int clear, char *id) in zfcp_erp_lun_reopen() argument
439 _zfcp_erp_lun_reopen(sdev, clear, id, 0); in zfcp_erp_lun_reopen()
449 void zfcp_erp_lun_shutdown(struct scsi_device *sdev, int clear, char *id) in zfcp_erp_lun_shutdown() argument
452 zfcp_erp_lun_reopen(sdev, clear | flags, id); in zfcp_erp_lun_shutdown()
471 int clear = ZFCP_STATUS_COMMON_RUNNING | ZFCP_STATUS_COMMON_ERP_FAILED; in zfcp_erp_lun_shutdown_wait() local
474 _zfcp_erp_lun_reopen(sdev, clear, id, ZFCP_STATUS_ERP_NO_REF); in zfcp_erp_lun_shutdown_wait()
583 int clear, char *id) in _zfcp_erp_port_reopen_all() argument
589 _zfcp_erp_port_reopen(port, clear, id); in _zfcp_erp_port_reopen_all()
593 static void _zfcp_erp_lun_reopen_all(struct zfcp_port *port, int clear, in _zfcp_erp_lun_reopen_all() argument
601 _zfcp_erp_lun_reopen(sdev, clear, id, 0); in _zfcp_erp_lun_reopen_all()