• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/

Lines Matching refs:port_state

156 fc_enum_name_search(port_state, fc_port_state, fc_port_state_names)
386 fc_host->port_state = FC_PORTSTATE_UNKNOWN;
694 !((rport->port_state == FC_PORTSTATE_BLOCKED) || \
695 (rport->port_state == FC_PORTSTATE_DELETED) || \
696 (rport->port_state == FC_PORTSTATE_NOTPRESENT))) \
712 if ((rport->port_state == FC_PORTSTATE_BLOCKED) || \
713 (rport->port_state == FC_PORTSTATE_DELETED) || \
714 (rport->port_state == FC_PORTSTATE_NOTPRESENT)) \
843 if ((rport->port_state == FC_PORTSTATE_BLOCKED) ||
844 (rport->port_state == FC_PORTSTATE_DELETED) ||
845 (rport->port_state == FC_PORTSTATE_NOTPRESENT))
911 fc_private_rport_rd_enum_attr(port_state, FC_PORTSTATE_MAX_NAMELEN);
937 if ((rport->port_state == FC_PORTSTATE_BLOCKED) ||
938 (rport->port_state == FC_PORTSTATE_DELETED) ||
939 (rport->port_state == FC_PORTSTATE_NOTPRESENT))
1529 fc_host_rd_enum_attr(port_state, FC_PORTSTATE_MAX_NAMELEN);
1577 rport->port_state = FC_PORTSTATE_DELETED;
1991 if (rport->port_state == FC_PORTSTATE_BLOCKED)
2014 if (rport->port_state != FC_PORTSTATE_ONLINE)
2160 SETUP_HOST_ATTRIBUTE_RD(port_state);
2191 SETUP_PRIVATE_RPORT_ATTRIBUTE_RD(port_state);
2355 rport->port_state = FC_PORTSTATE_DELETED;
2362 rport->port_state = FC_PORTSTATE_DELETED;
2398 * the port_state or flags, so that fc_remote_port_chkready will
2533 rport->port_state = FC_PORTSTATE_ONLINE;
2655 if ((rport->port_state == FC_PORTSTATE_BLOCKED) &&
2682 rport->port_state = FC_PORTSTATE_ONLINE;
2714 * If they flush, the port_state will
2790 rport->port_state = FC_PORTSTATE_ONLINE;
2887 if (rport->port_state != FC_PORTSTATE_ONLINE) {
2905 rport->port_state = FC_PORTSTATE_BLOCKED;
3039 if ((rport->port_state == FC_PORTSTATE_ONLINE) &&
3052 if (rport->port_state != FC_PORTSTATE_BLOCKED) {
3064 rport->port_state = FC_PORTSTATE_DELETED;
3092 rport->port_state = FC_PORTSTATE_NOTPRESENT;
3105 if (rport->port_state == FC_PORTSTATE_NOTPRESENT) { /* still missing */
3162 if (rport->port_state != FC_PORTSTATE_BLOCKED)
3182 if ((rport->port_state == FC_PORTSTATE_ONLINE) &&
3215 while (rport->port_state == FC_PORTSTATE_BLOCKED &&
3550 if (job->rport && job->rport->port_state == FC_PORTSTATE_BLOCKED)
3861 if (rport && (rport->port_state == FC_PORTSTATE_BLOCKED) &&
3869 if (rport && (rport->port_state != FC_PORTSTATE_ONLINE)) {