Searched refs:ZFCP_STATUS_COMMON_OPEN (Results 1 – 4 of 4) sorted by relevance
401 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) || \
61 #define ZFCP_STATUS_COMMON_OPEN 0x04000000 macro
1741 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()
528 !(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()