Lines Matching defs:rport
532 /* work queues for rport state manipulation */
675 * add/delete functions (so attributes reflect rport values).
717 * @rport: remote port to be checked
720 fc_remote_port_chkready(struct fc_rport *rport)
724 switch (rport->port_state) {
726 if (rport->roles & FC_PORT_ROLE_FCP_TARGET)
728 else if (rport->flags & FC_RPORT_DEVLOSS_PENDING)
734 if (rport->flags & FC_RPORT_FAST_FAIL_TIMEDOUT)
782 void fc_remote_port_delete(struct fc_rport *rport);
783 void fc_remote_port_rolechg(struct fc_rport *rport, u32 roles);
803 int fc_block_rport(struct fc_rport *rport);