Home
last modified time | relevance | path

Searched refs:ZFCP_STATUS_COMMON_OPEN (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/s390/scsi/
Dzfcp_erp.c148 if (!(p_status & ZFCP_STATUS_COMMON_OPEN)) in zfcp_erp_required_act()
169 !(a_status & ZFCP_STATUS_COMMON_OPEN)) in zfcp_erp_required_act()
760 zfcp_erp_clear_adapter_status(adapter, ZFCP_STATUS_COMMON_OPEN); in zfcp_erp_adapter_strategy_close()
782 atomic_set_mask(ZFCP_STATUS_COMMON_OPEN, &adapter->status); in zfcp_erp_adapter_strategy_open()
791 if (atomic_read(&adapter->status) & ZFCP_STATUS_COMMON_OPEN) { in zfcp_erp_adapter_strategy()
833 (status & ZFCP_STATUS_COMMON_OPEN)) in zfcp_erp_port_forced_strategy()
904 if (p_status & ZFCP_STATUS_COMMON_OPEN) { in zfcp_erp_port_strategy_open_common()
926 !(p_status & ZFCP_STATUS_COMMON_OPEN)) in zfcp_erp_port_strategy()
932 if (p_status & ZFCP_STATUS_COMMON_OPEN) in zfcp_erp_port_strategy()
937 if (p_status & ZFCP_STATUS_COMMON_OPEN) in zfcp_erp_port_strategy()
[all …]
Dzfcp_def.h68 #define ZFCP_STATUS_COMMON_OPEN 0x04000000 macro
Dzfcp_fsf.c1364 atomic_set_mask(ZFCP_STATUS_COMMON_OPEN | in zfcp_fsf_open_port_handler()
1460 zfcp_erp_clear_port_status(port, ZFCP_STATUS_COMMON_OPEN); in zfcp_fsf_close_port_handler()
1656 atomic_clear_mask(ZFCP_STATUS_COMMON_OPEN, in zfcp_fsf_close_physical_port_handler()
1679 atomic_clear_mask(ZFCP_STATUS_COMMON_OPEN, in zfcp_fsf_close_physical_port_handler()
1792 atomic_set_mask(ZFCP_STATUS_COMMON_OPEN, &zfcp_sdev->status); in zfcp_fsf_open_lun_handler()
1882 atomic_clear_mask(ZFCP_STATUS_COMMON_OPEN, &zfcp_sdev->status); in zfcp_fsf_close_lun_handler()
Dzfcp_fc.c438 !(atomic_read(&port->status) & ZFCP_STATUS_COMMON_OPEN)) { in zfcp_fc_adisc_handler()
923 if (!(atomic_read(&adapter->status) & ZFCP_STATUS_COMMON_OPEN)) in zfcp_fc_exec_bsg_job()