Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/drivers/s390/scsi/
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()
/linux-6.1.9/drivers/scsi/bfa/
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()
/linux-6.1.9/drivers/scsi/libfc/
Dfc_lport.c264 fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN; in fc_get_host_port_state()
268 fc_host_port_state(shost) = FC_PORTSTATE_ONLINE; in fc_get_host_port_state()
271 fc_host_port_state(shost) = FC_PORTSTATE_OFFLINE; in fc_get_host_port_state()
1931 fc_host_port_state(lport->host) = FC_PORTSTATE_ONLINE; in fc_lport_init()
Dfc_encode.h662 put_unaligned_be32(fc_host_port_state(lport->host), in fc_ct_ms_fill()
/linux-6.1.9/drivers/scsi/qla2xxx/
Dqla_attr.c3001 fc_host_port_state(shost) = FC_PORTSTATE_OFFLINE; in qla2x00_get_host_port_state()
3007 fc_host_port_state(shost) = FC_PORTSTATE_DIAGNOSTICS; in qla2x00_get_host_port_state()
3011 fc_host_port_state(shost) = FC_PORTSTATE_DIAGNOSTICS; in qla2x00_get_host_port_state()
3013 fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN; in qla2x00_get_host_port_state()
3016 fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN; in qla2x00_get_host_port_state()
3019 fc_host_port_state(shost) = FC_PORTSTATE_ONLINE; in qla2x00_get_host_port_state()
3022 fc_host_port_state(shost) = FC_PORTSTATE_UNKNOWN; in qla2x00_get_host_port_state()
/linux-6.1.9/drivers/scsi/elx/efct/
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-6.1.9/include/scsi/
Dscsi_transport_fc.h628 #define fc_host_port_state(x) \ macro
/linux-6.1.9/drivers/scsi/lpfc/
Dlpfc_attr.c6331 fc_host_port_state(shost) = FC_PORTSTATE_OFFLINE; in lpfc_get_host_port_state()
6336 fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN; in lpfc_get_host_port_state()
6343 fc_host_port_state(shost) = in lpfc_get_host_port_state()
6346 fc_host_port_state(shost) = in lpfc_get_host_port_state()
6350 fc_host_port_state(shost) = FC_PORTSTATE_ERROR; in lpfc_get_host_port_state()
6353 fc_host_port_state(shost) = FC_PORTSTATE_UNKNOWN; in lpfc_get_host_port_state()
/linux-6.1.9/drivers/scsi/ibmvscsi/
Dibmvfc.c1309 fc_host_port_state(shost) = FC_PORTSTATE_ONLINE; in ibmvfc_get_host_port_state()
1312 fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN; in ibmvfc_get_host_port_state()
1316 fc_host_port_state(shost) = FC_PORTSTATE_OFFLINE; in ibmvfc_get_host_port_state()
1319 fc_host_port_state(shost) = FC_PORTSTATE_BLOCKED; in ibmvfc_get_host_port_state()
1322 fc_host_port_state(shost) = FC_PORTSTATE_UNKNOWN; in ibmvfc_get_host_port_state()
1326 fc_host_port_state(shost) = FC_PORTSTATE_UNKNOWN; in ibmvfc_get_host_port_state()
/linux-6.1.9/drivers/message/fusion/
Dmptfc.c1046 fc_host_port_state(sh) = port_state; in mptfc_init_host_attr()