Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/s390/scsi/
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()
910 zfcp_erp_clear_adapter_status(adapter, ZFCP_STATUS_COMMON_OPEN); in zfcp_erp_adapter_strategy_close()
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()
[all …]
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()
809 if (0 == (status & ZFCP_STATUS_COMMON_OPEN) || in zfcp_sysfs_adapter_diag_b2b_credit_show()
854 if (0 == (status & ZFCP_STATUS_COMMON_OPEN) || \
Dzfcp_def.h61 #define ZFCP_STATUS_COMMON_OPEN 0x04000000 macro
Dzfcp_fsf.c1721 atomic_or(ZFCP_STATUS_COMMON_OPEN | in zfcp_fsf_open_port_handler()
1816 zfcp_erp_clear_port_status(port, ZFCP_STATUS_COMMON_OPEN); in zfcp_fsf_close_port_handler()
2020 atomic_andnot(ZFCP_STATUS_COMMON_OPEN, in zfcp_fsf_close_physical_port_handler()
2042 atomic_andnot(ZFCP_STATUS_COMMON_OPEN, in zfcp_fsf_close_physical_port_handler()
2162 atomic_or(ZFCP_STATUS_COMMON_OPEN, &zfcp_sdev->status); in zfcp_fsf_open_lun_handler()
2254 atomic_andnot(ZFCP_STATUS_COMMON_OPEN, &zfcp_sdev->status); in zfcp_fsf_close_lun_handler()
Dzfcp_fc.c518 !(atomic_read(&port->status) & ZFCP_STATUS_COMMON_OPEN)) { in zfcp_fc_adisc_handler()
1068 if (!(atomic_read(&adapter->status) & ZFCP_STATUS_COMMON_OPEN)) in zfcp_fc_exec_bsg_job()