Lines Matching defs:rport
577 /* work queues for rport state manipulation */
735 * add/delete functions (so attributes reflect rport values).
776 * @rport: remote port to be checked
779 fc_remote_port_chkready(struct fc_rport *rport)
783 switch (rport->port_state) {
786 if (rport->roles & FC_PORT_ROLE_FCP_TARGET)
788 else if (rport->flags & FC_RPORT_DEVLOSS_PENDING)
794 if (rport->flags & FC_RPORT_FAST_FAIL_TIMEDOUT)
842 void fc_remote_port_delete(struct fc_rport *rport);
843 void fc_remote_port_rolechg(struct fc_rport *rport, u32 roles);
865 int fc_block_rport(struct fc_rport *rport);