Home
last modified time | relevance | path

Searched refs:ZFCP_STATUS_PORT_PHYS_OPEN (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/s390/scsi/
H A Dzfcp_def.h78 #define ZFCP_STATUS_PORT_PHYS_OPEN 0x00000001 macro
H A Dzfcp_fsf.c1742 ZFCP_STATUS_PORT_PHYS_OPEN, &port->status); in zfcp_fsf_open_port_handler()
2037 atomic_andnot(ZFCP_STATUS_PORT_PHYS_OPEN, &port->status); in zfcp_fsf_close_physical_port_handler()
2059 atomic_andnot(ZFCP_STATUS_PORT_PHYS_OPEN, &port->status); in zfcp_fsf_close_physical_port_handler()
H A Dzfcp_sysfs.c489 0 == (status & ZFCP_STATUS_PORT_PHYS_OPEN) || in zfcp_sysfs_port_fc_security_show()