Home
last modified time | relevance | path

Searched refs:fc_host_port_state (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_attr.c2949 fc_host_port_state(shost) = FC_PORTSTATE_OFFLINE; in qla2x00_get_host_port_state()
2955 fc_host_port_state(shost) = FC_PORTSTATE_DIAGNOSTICS; in qla2x00_get_host_port_state()
2959 fc_host_port_state(shost) = FC_PORTSTATE_DIAGNOSTICS; in qla2x00_get_host_port_state()
2961 fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN; in qla2x00_get_host_port_state()
2964 fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN; in qla2x00_get_host_port_state()
2967 fc_host_port_state(shost) = FC_PORTSTATE_ONLINE; in qla2x00_get_host_port_state()
2970 fc_host_port_state(shost) = FC_PORTSTATE_UNKNOWN; in qla2x00_get_host_port_state()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_attr.c3014 fc_host_port_state(shost) = FC_PORTSTATE_OFFLINE; in qla2x00_get_host_port_state()
3020 fc_host_port_state(shost) = FC_PORTSTATE_DIAGNOSTICS; in qla2x00_get_host_port_state()
3024 fc_host_port_state(shost) = FC_PORTSTATE_DIAGNOSTICS; in qla2x00_get_host_port_state()
3026 fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN; 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_ONLINE; in qla2x00_get_host_port_state()
3035 fc_host_port_state(shost) = FC_PORTSTATE_UNKNOWN; in qla2x00_get_host_port_state()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/include/scsi/
H A Dscsi_transport_fc.h581 #define fc_host_port_state(x) \ macro
/kernel/linux/linux-5.10/drivers/scsi/libfc/
H A Dfc_lport.c267 fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN; in fc_get_host_port_state()
271 fc_host_port_state(shost) = FC_PORTSTATE_ONLINE; in fc_get_host_port_state()
274 fc_host_port_state(shost) = FC_PORTSTATE_OFFLINE; in fc_get_host_port_state()
/kernel/linux/linux-6.6/include/scsi/
H A Dscsi_transport_fc.h629 #define fc_host_port_state(x) \ macro
/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi/
H A Dibmvfc.c1053 fc_host_port_state(shost) = FC_PORTSTATE_ONLINE; in ibmvfc_get_host_port_state()
1056 fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN; in ibmvfc_get_host_port_state()
1060 fc_host_port_state(shost) = FC_PORTSTATE_OFFLINE; in ibmvfc_get_host_port_state()
1063 fc_host_port_state(shost) = FC_PORTSTATE_BLOCKED; in ibmvfc_get_host_port_state()
1066 fc_host_port_state(shost) = FC_PORTSTATE_UNKNOWN; in ibmvfc_get_host_port_state()
1070 fc_host_port_state(shost) = FC_PORTSTATE_UNKNOWN; in ibmvfc_get_host_port_state()
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_attr.c6625 fc_host_port_state(shost) = FC_PORTSTATE_OFFLINE; in lpfc_get_host_port_state()
6630 fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN; in lpfc_get_host_port_state()
6637 fc_host_port_state(shost) = in lpfc_get_host_port_state()
6640 fc_host_port_state(shost) = in lpfc_get_host_port_state()
6644 fc_host_port_state(shost) = FC_PORTSTATE_ERROR; in lpfc_get_host_port_state()
6647 fc_host_port_state(shost) = FC_PORTSTATE_UNKNOWN; in lpfc_get_host_port_state()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_attr.c6467 fc_host_port_state(shost) = FC_PORTSTATE_OFFLINE; in lpfc_get_host_port_state()
6472 fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN; in lpfc_get_host_port_state()
6479 fc_host_port_state(shost) = in lpfc_get_host_port_state()
6482 fc_host_port_state(shost) = in lpfc_get_host_port_state()
6486 fc_host_port_state(shost) = FC_PORTSTATE_ERROR; in lpfc_get_host_port_state()
6489 fc_host_port_state(shost) = FC_PORTSTATE_UNKNOWN; in lpfc_get_host_port_state()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/message/fusion/
H A Dmptfc.c1045 fc_host_port_state(sh) = port_state; in mptfc_init_host_attr()
/kernel/linux/linux-6.6/drivers/message/fusion/
H A Dmptfc.c1046 fc_host_port_state(sh) = port_state; in mptfc_init_host_attr()

Completed in 60 milliseconds