Lines Matching refs:FC_PORTSTATE_BLOCKED
165 { FC_PORTSTATE_BLOCKED, "Blocked" },
708 !((rport->port_state == FC_PORTSTATE_BLOCKED) || \
726 if ((rport->port_state == FC_PORTSTATE_BLOCKED) || \
869 if ((rport->port_state == FC_PORTSTATE_BLOCKED) || in fc_rport_set_dev_loss_tmo()
978 if ((rport->port_state == FC_PORTSTATE_BLOCKED) || in store_fc_rport_fast_io_fail_tmo()
2084 if (rport->port_state == FC_PORTSTATE_BLOCKED) in fc_timed_out()
2755 if ((rport->port_state == FC_PORTSTATE_BLOCKED) && in fc_remote_port_add()
3009 rport->port_state = FC_PORTSTATE_BLOCKED; in fc_remote_port_delete()
3146 if (rport->port_state != FC_PORTSTATE_BLOCKED) { in fc_timeout_deleted_rport()
3256 if (rport->port_state != FC_PORTSTATE_BLOCKED) in fc_timeout_fail_rport_io()
3309 while (rport->port_state == FC_PORTSTATE_BLOCKED && in fc_block_scsi_eh()
3644 if (job->rport && job->rport->port_state == FC_PORTSTATE_BLOCKED) in fc_bsg_job_timeout()
3944 if (rport && (rport->port_state == FC_PORTSTATE_BLOCKED) && in fc_bsg_request_handler()