Home
last modified time | relevance | path

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

/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()
/linux/drivers/s390/scsi/
H A Dzfcp_scsi.c678 fc_host_port_state(shost) = FC_PORTSTATE_ONLINE; in zfcp_scsi_get_host_port_state()
680 fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN; in zfcp_scsi_get_host_port_state()
682 fc_host_port_state(shost) = FC_PORTSTATE_ERROR; in zfcp_scsi_get_host_port_state()
684 fc_host_port_state(shost) = FC_PORTSTATE_UNKNOWN; in zfcp_scsi_get_host_port_state()
/linux/drivers/scsi/fnic/
H A Dfnic_fcs.c73 fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN; in fnic_get_host_port_state()
75 fc_host_port_state(shost) = FC_PORTSTATE_ONLINE; in fnic_get_host_port_state()
77 fc_host_port_state(shost) = FC_PORTSTATE_OFFLINE; in fnic_get_host_port_state()
/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.h664 put_unaligned_be32(fc_host_port_state(lport->host), in fc_ct_ms_fill()
/linux/drivers/scsi/qla2xxx/
H A Dqla_attr.c3017 fc_host_port_state(shost) = FC_PORTSTATE_OFFLINE; in qla2x00_get_host_port_state()
3023 fc_host_port_state(shost) = FC_PORTSTATE_DIAGNOSTICS; in qla2x00_get_host_port_state()
3027 fc_host_port_state(shost) = FC_PORTSTATE_DIAGNOSTICS; in qla2x00_get_host_port_state()
3029 fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN; in qla2x00_get_host_port_state()
3032 fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN; in qla2x00_get_host_port_state()
3035 fc_host_port_state(shost) = FC_PORTSTATE_ONLINE; in qla2x00_get_host_port_state()
3038 fc_host_port_state(shost) = FC_PORTSTATE_UNKNOWN; in qla2x00_get_host_port_state()
/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()
/linux/include/scsi/
H A Dscsi_transport_fc.h627 #define fc_host_port_state(x) \ macro
/linux/drivers/scsi/lpfc/
H A Dlpfc_attr.c6471 fc_host_port_state(shost) = FC_PORTSTATE_OFFLINE; in lpfc_get_host_port_state()
6476 fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN; in lpfc_get_host_port_state()
6483 fc_host_port_state(shost) = in lpfc_get_host_port_state()
6486 fc_host_port_state(shost) = in lpfc_get_host_port_state()
6490 fc_host_port_state(shost) = FC_PORTSTATE_ERROR; in lpfc_get_host_port_state()
6493 fc_host_port_state(shost) = FC_PORTSTATE_UNKNOWN; in lpfc_get_host_port_state()
/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc.c1322 fc_host_port_state(shost) = FC_PORTSTATE_ONLINE; in ibmvfc_get_host_port_state()
1325 fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN; in ibmvfc_get_host_port_state()
1329 fc_host_port_state(shost) = FC_PORTSTATE_OFFLINE; in ibmvfc_get_host_port_state()
1332 fc_host_port_state(shost) = FC_PORTSTATE_BLOCKED; in ibmvfc_get_host_port_state()
1335 fc_host_port_state(shost) = FC_PORTSTATE_UNKNOWN; in ibmvfc_get_host_port_state()
1339 fc_host_port_state(shost) = FC_PORTSTATE_UNKNOWN; in ibmvfc_get_host_port_state()
/linux/drivers/message/fusion/
H A Dmptfc.c1083 fc_host_port_state(sh) = port_state; in mptfc_init_host_attr()