Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/scsi/
Dzfcp_scsi.c648 fc_host_port_state(shost) = FC_PORTSTATE_ONLINE; in zfcp_scsi_get_host_port_state()
650 fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN; in zfcp_scsi_get_host_port_state()
652 fc_host_port_state(shost) = FC_PORTSTATE_ERROR; in zfcp_scsi_get_host_port_state()
654 fc_host_port_state(shost) = FC_PORTSTATE_UNKNOWN; in zfcp_scsi_get_host_port_state()
/linux-4.19.296/include/scsi/
Dscsi_transport_fc.h593 #define fc_host_port_state(x) \ macro
/linux-4.19.296/drivers/message/fusion/
Dmptfc.c1048 fc_host_port_state(sh) = port_state; in mptfc_init_host_attr()