Home
last modified time | relevance | path

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

/linux/drivers/s390/scsi/
H A Dzfcp_erp.c184 if (!(p_status & ZFCP_STATUS_COMMON_OPEN)) in zfcp_erp_required_act()
205 !(a_status & ZFCP_STATUS_COMMON_OPEN)) in zfcp_erp_required_act()
909 zfcp_erp_clear_adapter_status(adapter, ZFCP_STATUS_COMMON_OPEN); in zfcp_erp_adapter_strategy_close()
932 atomic_or(ZFCP_STATUS_COMMON_OPEN, &adapter->status); in zfcp_erp_adapter_strategy_open()
942 if (atomic_read(&adapter->status) & ZFCP_STATUS_COMMON_OPEN) { in zfcp_erp_adapter_strategy()
980 (status & ZFCP_STATUS_COMMON_OPEN)) in zfcp_erp_port_forced_strategy()
1061 if (p_status & ZFCP_STATUS_COMMON_OPEN) { in zfcp_erp_port_strategy_open_common()
1089 !(p_status & ZFCP_STATUS_COMMON_OPEN)) in zfcp_erp_port_strategy()
1094 if (p_status & ZFCP_STATUS_COMMON_OPEN) in zfcp_erp_port_strategy()
1099 if (p_status & ZFCP_STATUS_COMMON_OPEN) in zfcp_erp_port_strategy()
[all …]
H A Dzfcp_sysfs.c401 if (0 == (status & ZFCP_STATUS_COMMON_OPEN)) in zfcp_sysfs_adapter_fc_security_show()
487 if (0 == (status & ZFCP_STATUS_COMMON_OPEN) || in zfcp_sysfs_port_fc_security_show()
826 if (0 == (status & ZFCP_STATUS_COMMON_OPEN) || in zfcp_sysfs_adapter_diag_b2b_credit_show()
870 if (0 == (status & ZFCP_STATUS_COMMON_OPEN) || \
H A Dzfcp_def.h61 #define ZFCP_STATUS_COMMON_OPEN 0x04000000 macro
H A Dzfcp_fsf.c1741 atomic_or(ZFCP_STATUS_COMMON_OPEN | in zfcp_fsf_open_port_handler()
1836 zfcp_erp_clear_port_status(port, ZFCP_STATUS_COMMON_OPEN); in zfcp_fsf_close_port_handler()
2040 atomic_andnot(ZFCP_STATUS_COMMON_OPEN, in zfcp_fsf_close_physical_port_handler()
2062 atomic_andnot(ZFCP_STATUS_COMMON_OPEN, in zfcp_fsf_close_physical_port_handler()
2182 atomic_or(ZFCP_STATUS_COMMON_OPEN, &zfcp_sdev->status); in zfcp_fsf_open_lun_handler()
2274 atomic_andnot(ZFCP_STATUS_COMMON_OPEN, &zfcp_sdev->status); in zfcp_fsf_close_lun_handler()
H A Dzfcp_fc.c528 !(atomic_read(&port->status) & ZFCP_STATUS_COMMON_OPEN)) { in zfcp_fc_adisc_handler()
1090 if (!(atomic_read(&adapter->status) & ZFCP_STATUS_COMMON_OPEN)) in zfcp_fc_exec_bsg_job()