Home
last modified time | relevance | path

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

/linux-4.1.27/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()
832 (status & ZFCP_STATUS_COMMON_OPEN)) in zfcp_erp_port_forced_strategy()
903 if (p_status & ZFCP_STATUS_COMMON_OPEN) { in zfcp_erp_port_strategy_open_common()
925 !(p_status & ZFCP_STATUS_COMMON_OPEN)) in zfcp_erp_port_strategy()
930 if (p_status & ZFCP_STATUS_COMMON_OPEN) in zfcp_erp_port_strategy()
935 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.c1397 atomic_set_mask(ZFCP_STATUS_COMMON_OPEN | in zfcp_fsf_open_port_handler()
1492 zfcp_erp_clear_port_status(port, ZFCP_STATUS_COMMON_OPEN); in zfcp_fsf_close_port_handler()
1683 atomic_clear_mask(ZFCP_STATUS_COMMON_OPEN, in zfcp_fsf_close_physical_port_handler()
1706 atomic_clear_mask(ZFCP_STATUS_COMMON_OPEN, in zfcp_fsf_close_physical_port_handler()
1825 atomic_set_mask(ZFCP_STATUS_COMMON_OPEN, &zfcp_sdev->status); in zfcp_fsf_open_lun_handler()
1916 atomic_clear_mask(ZFCP_STATUS_COMMON_OPEN, &zfcp_sdev->status); in zfcp_fsf_close_lun_handler()
Dzfcp_fc.c502 !(atomic_read(&port->status) & ZFCP_STATUS_COMMON_OPEN)) { in zfcp_fc_adisc_handler()
990 if (!(atomic_read(&adapter->status) & ZFCP_STATUS_COMMON_OPEN)) in zfcp_fc_exec_bsg_job()