Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_attr.c255 fc_host_port_state(shost) = FC_PORTSTATE_ONLINE; in csio_get_host_port_state()
257 fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN; in csio_get_host_port_state()
259 fc_host_port_state(shost) = FC_PORTSTATE_UNKNOWN; in csio_get_host_port_state()
/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_scsi.c677 fc_host_port_state(shost) = FC_PORTSTATE_ONLINE; in zfcp_scsi_get_host_port_state()
679 fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN; in zfcp_scsi_get_host_port_state()
681 fc_host_port_state(shost) = FC_PORTSTATE_ERROR; in zfcp_scsi_get_host_port_state()
683 fc_host_port_state(shost) = FC_PORTSTATE_UNKNOWN; in zfcp_scsi_get_host_port_state()
/openbmc/linux/drivers/scsi/bfa/
H A Dbfad_attr.c157 fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN; in bfad_im_get_host_port_state()
160 fc_host_port_state(shost) = FC_PORTSTATE_ONLINE; in bfad_im_get_host_port_state()
166 fc_host_port_state(shost) = FC_PORTSTATE_OFFLINE; in bfad_im_get_host_port_state()
174 fc_host_port_state(shost) = FC_PORTSTATE_UNKNOWN; in bfad_im_get_host_port_state()
/openbmc/linux/drivers/scsi/libfc/
H A Dfc_lport.c270 fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN; in fc_get_host_port_state()
274 fc_host_port_state(shost) = FC_PORTSTATE_ONLINE; in fc_get_host_port_state()
277 fc_host_port_state(shost) = FC_PORTSTATE_OFFLINE; in fc_get_host_port_state()
1937 fc_host_port_state(lport->host) = FC_PORTSTATE_ONLINE; in fc_lport_init()
H A Dfc_encode.h662 put_unaligned_be32(fc_host_port_state(lport->host), in fc_ct_ms_fill()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_attr.c3024 fc_host_port_state(shost) = FC_PORTSTATE_OFFLINE; in qla2x00_get_host_port_state()
3030 fc_host_port_state(shost) = FC_PORTSTATE_DIAGNOSTICS; in qla2x00_get_host_port_state()
3034 fc_host_port_state(shost) = FC_PORTSTATE_DIAGNOSTICS; in qla2x00_get_host_port_state()
3036 fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN; in qla2x00_get_host_port_state()
3039 fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN; in qla2x00_get_host_port_state()
3042 fc_host_port_state(shost) = FC_PORTSTATE_ONLINE; in qla2x00_get_host_port_state()
3045 fc_host_port_state(shost) = FC_PORTSTATE_UNKNOWN; in qla2x00_get_host_port_state()
/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_xport.c734 fc_host_port_state(shost) = FC_PORTSTATE_ONLINE; in efct_get_host_port_state()
736 fc_host_port_state(shost) = FC_PORTSTATE_OFFLINE; in efct_get_host_port_state()
/openbmc/linux/include/scsi/
H A Dscsi_transport_fc.h629 #define fc_host_port_state(x) \ macro
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_attr.c6472 fc_host_port_state(shost) = FC_PORTSTATE_OFFLINE; in lpfc_get_host_port_state()
6477 fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN; in lpfc_get_host_port_state()
6484 fc_host_port_state(shost) = in lpfc_get_host_port_state()
6487 fc_host_port_state(shost) = in lpfc_get_host_port_state()
6491 fc_host_port_state(shost) = FC_PORTSTATE_ERROR; in lpfc_get_host_port_state()
6494 fc_host_port_state(shost) = FC_PORTSTATE_UNKNOWN; in lpfc_get_host_port_state()
/openbmc/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc.c1308 fc_host_port_state(shost) = FC_PORTSTATE_ONLINE; in ibmvfc_get_host_port_state()
1311 fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN; in ibmvfc_get_host_port_state()
1315 fc_host_port_state(shost) = FC_PORTSTATE_OFFLINE; in ibmvfc_get_host_port_state()
1318 fc_host_port_state(shost) = FC_PORTSTATE_BLOCKED; in ibmvfc_get_host_port_state()
1321 fc_host_port_state(shost) = FC_PORTSTATE_UNKNOWN; in ibmvfc_get_host_port_state()
1325 fc_host_port_state(shost) = FC_PORTSTATE_UNKNOWN; in ibmvfc_get_host_port_state()
/openbmc/linux/drivers/message/fusion/
H A Dmptfc.c1046 fc_host_port_state(sh) = port_state; in mptfc_init_host_attr()