Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/s390/scsi/
Dzfcp_erp.c151 if (!(p_status & ZFCP_STATUS_COMMON_OPEN)) in zfcp_erp_required_act()
172 !(a_status & ZFCP_STATUS_COMMON_OPEN)) in zfcp_erp_required_act()
765 zfcp_erp_clear_adapter_status(adapter, ZFCP_STATUS_COMMON_OPEN); in zfcp_erp_adapter_strategy_close()
787 atomic_set_mask(ZFCP_STATUS_COMMON_OPEN, &adapter->status); in zfcp_erp_adapter_strategy_open()
796 if (atomic_read(&adapter->status) & ZFCP_STATUS_COMMON_OPEN) { in zfcp_erp_adapter_strategy()
838 (status & ZFCP_STATUS_COMMON_OPEN)) in zfcp_erp_port_forced_strategy()
909 if (p_status & ZFCP_STATUS_COMMON_OPEN) { in zfcp_erp_port_strategy_open_common()
931 !(p_status & ZFCP_STATUS_COMMON_OPEN)) in zfcp_erp_port_strategy()
937 if (p_status & ZFCP_STATUS_COMMON_OPEN) in zfcp_erp_port_strategy()
942 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.c1418 atomic_set_mask(ZFCP_STATUS_COMMON_OPEN | in zfcp_fsf_open_port_handler()
1514 zfcp_erp_clear_port_status(port, ZFCP_STATUS_COMMON_OPEN); in zfcp_fsf_close_port_handler()
1710 atomic_clear_mask(ZFCP_STATUS_COMMON_OPEN, in zfcp_fsf_close_physical_port_handler()
1733 atomic_clear_mask(ZFCP_STATUS_COMMON_OPEN, in zfcp_fsf_close_physical_port_handler()
1848 atomic_set_mask(ZFCP_STATUS_COMMON_OPEN, &zfcp_sdev->status); in zfcp_fsf_open_lun_handler()
1940 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()