Home
last modified time | relevance | path

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

/linux/drivers/s390/scsi/
A Dzfcp_erp.c185 if (!(p_status & ZFCP_STATUS_COMMON_OPEN)) in zfcp_erp_required_act()
206 !(a_status & ZFCP_STATUS_COMMON_OPEN)) in zfcp_erp_required_act()
933 atomic_or(ZFCP_STATUS_COMMON_OPEN, &adapter->status); in zfcp_erp_adapter_strategy_open()
943 if (atomic_read(&adapter->status) & ZFCP_STATUS_COMMON_OPEN) { in zfcp_erp_adapter_strategy()
981 (status & ZFCP_STATUS_COMMON_OPEN)) in zfcp_erp_port_forced_strategy()
1062 if (p_status & ZFCP_STATUS_COMMON_OPEN) { in zfcp_erp_port_strategy_open_common()
1090 !(p_status & ZFCP_STATUS_COMMON_OPEN)) in zfcp_erp_port_strategy()
1095 if (p_status & ZFCP_STATUS_COMMON_OPEN) in zfcp_erp_port_strategy()
1100 if (p_status & ZFCP_STATUS_COMMON_OPEN) in zfcp_erp_port_strategy()
1159 if (atomic_read(&zfcp_sdev->status) & ZFCP_STATUS_COMMON_OPEN) in zfcp_erp_lun_strategy()
[all …]
A Dzfcp_sysfs.c403 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()
827 if (0 == (status & ZFCP_STATUS_COMMON_OPEN) || in zfcp_sysfs_adapter_diag_b2b_credit_show()
872 if (0 == (status & ZFCP_STATUS_COMMON_OPEN) || \
A Dzfcp_def.h61 #define ZFCP_STATUS_COMMON_OPEN 0x04000000 macro
A Dzfcp_fsf.c1739 atomic_or(ZFCP_STATUS_COMMON_OPEN | in zfcp_fsf_open_port_handler()
1834 zfcp_erp_clear_port_status(port, ZFCP_STATUS_COMMON_OPEN); in zfcp_fsf_close_port_handler()
2038 atomic_andnot(ZFCP_STATUS_COMMON_OPEN, in zfcp_fsf_close_physical_port_handler()
2060 atomic_andnot(ZFCP_STATUS_COMMON_OPEN, in zfcp_fsf_close_physical_port_handler()
2180 atomic_or(ZFCP_STATUS_COMMON_OPEN, &zfcp_sdev->status); in zfcp_fsf_open_lun_handler()
2272 atomic_andnot(ZFCP_STATUS_COMMON_OPEN, &zfcp_sdev->status); in zfcp_fsf_close_lun_handler()
A Dzfcp_fc.c518 !(atomic_read(&port->status) & ZFCP_STATUS_COMMON_OPEN)) { in zfcp_fc_adisc_handler()
1057 if (!(atomic_read(&adapter->status) & ZFCP_STATUS_COMMON_OPEN)) in zfcp_fc_exec_bsg_job()

Completed in 18 milliseconds