Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/s390/scsi/
Dzfcp_scsi.c507 fc_host_port_state(shost) = FC_PORTSTATE_ONLINE; in zfcp_get_host_port_state()
509 fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN; in zfcp_get_host_port_state()
511 fc_host_port_state(shost) = FC_PORTSTATE_ERROR; in zfcp_get_host_port_state()
513 fc_host_port_state(shost) = FC_PORTSTATE_UNKNOWN; in zfcp_get_host_port_state()
/linux-4.4.14/drivers/scsi/csiostor/
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()
/linux-4.4.14/drivers/scsi/bfa/
Dbfad_attr.c164 fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN; in bfad_im_get_host_port_state()
167 fc_host_port_state(shost) = FC_PORTSTATE_ONLINE; in bfad_im_get_host_port_state()
173 fc_host_port_state(shost) = FC_PORTSTATE_OFFLINE; in bfad_im_get_host_port_state()
181 fc_host_port_state(shost) = FC_PORTSTATE_UNKNOWN; in bfad_im_get_host_port_state()
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_attr.c1977 fc_host_port_state(shost) = FC_PORTSTATE_OFFLINE; in qla2x00_get_host_port_state()
1983 fc_host_port_state(shost) = FC_PORTSTATE_DIAGNOSTICS; in qla2x00_get_host_port_state()
1987 fc_host_port_state(shost) = FC_PORTSTATE_DIAGNOSTICS; in qla2x00_get_host_port_state()
1989 fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN; in qla2x00_get_host_port_state()
1992 fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN; in qla2x00_get_host_port_state()
1995 fc_host_port_state(shost) = FC_PORTSTATE_ONLINE; in qla2x00_get_host_port_state()
1998 fc_host_port_state(shost) = FC_PORTSTATE_UNKNOWN; in qla2x00_get_host_port_state()
/linux-4.4.14/drivers/scsi/libfc/
Dfc_lport.c271 fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN; in fc_get_host_port_state()
275 fc_host_port_state(shost) = FC_PORTSTATE_ONLINE; in fc_get_host_port_state()
278 fc_host_port_state(shost) = FC_PORTSTATE_OFFLINE; in fc_get_host_port_state()
/linux-4.4.14/include/scsi/
Dscsi_transport_fc.h587 #define fc_host_port_state(x) \ macro
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_attr.c5208 fc_host_port_state(shost) = FC_PORTSTATE_OFFLINE; in lpfc_get_host_port_state()
5213 fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN; in lpfc_get_host_port_state()
5220 fc_host_port_state(shost) = in lpfc_get_host_port_state()
5223 fc_host_port_state(shost) = in lpfc_get_host_port_state()
5227 fc_host_port_state(shost) = FC_PORTSTATE_ERROR; in lpfc_get_host_port_state()
5230 fc_host_port_state(shost) = FC_PORTSTATE_UNKNOWN; in lpfc_get_host_port_state()
/linux-4.4.14/drivers/scsi/ibmvscsi/
Dibmvfc.c1004 fc_host_port_state(shost) = FC_PORTSTATE_ONLINE; in ibmvfc_get_host_port_state()
1007 fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN; in ibmvfc_get_host_port_state()
1011 fc_host_port_state(shost) = FC_PORTSTATE_OFFLINE; in ibmvfc_get_host_port_state()
1014 fc_host_port_state(shost) = FC_PORTSTATE_BLOCKED; in ibmvfc_get_host_port_state()
1017 fc_host_port_state(shost) = FC_PORTSTATE_UNKNOWN; in ibmvfc_get_host_port_state()
1021 fc_host_port_state(shost) = FC_PORTSTATE_UNKNOWN; in ibmvfc_get_host_port_state()
/linux-4.4.14/drivers/message/fusion/
Dmptfc.c1055 fc_host_port_state(sh) = port_state; in mptfc_init_host_attr()