Home
last modified time | relevance | path

Searched refs:FC_PORTSTATE_BLOCKED (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/
H A Dscsi_transport_fc.c158 { FC_PORTSTATE_BLOCKED, "Blocked", 7 },
990 !((rport->port_state == FC_PORTSTATE_BLOCKED) || \
1008 if ((rport->port_state == FC_PORTSTATE_BLOCKED) || \
1151 if ((rport->port_state == FC_PORTSTATE_BLOCKED) || in fc_rport_set_dev_loss_tmo()
1312 if ((rport->port_state == FC_PORTSTATE_BLOCKED) || in store_fc_rport_fast_io_fail_tmo()
2535 if (rport->port_state == FC_PORTSTATE_BLOCKED) in fc_eh_timed_out()
3194 if ((rport->port_state == FC_PORTSTATE_BLOCKED || in fc_remote_port_add()
3443 rport->port_state = FC_PORTSTATE_BLOCKED; in fc_remote_port_delete()
3581 if (rport->port_state != FC_PORTSTATE_BLOCKED) { in fc_timeout_deleted_rport()
3691 if (rport->port_state != FC_PORTSTATE_BLOCKED) in fc_timeout_fail_rport_io()
[all …]
/linux/include/scsi/
H A Dscsi_transport_fc.h63 FC_PORTSTATE_BLOCKED, enumerator
787 case FC_PORTSTATE_BLOCKED: in fc_remote_port_chkready()
/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc.c1332 fc_host_port_state(shost) = FC_PORTSTATE_BLOCKED; in ibmvfc_get_host_port_state()