Searched defs:rport (Results 1 - 3 of 3) sorted by relevance

/include/net/sctp/
H A Dsctp.h645 static inline int sctp_assoc_hashfn(__u16 lport, __u16 rport) argument
647 int h = (lport << 16) + rport;
656 static inline int sctp_vtag_hashfn(__u16 lport, __u16 rport, __u32 vtag) argument
658 int h = (lport << 16) + rport;
/include/scsi/
H A Dlibfc.h56 * @LPORT_ST_FDMI: Waiting for mgmt server rport to become ready
114 * struct fc_disc_port - temporary discovery port to hold rport identifiers
117 * @rport_work: Work struct for starting the rport state machine
177 * @rport: The FC transport remote port
198 struct fc_rport *rport; member in struct:fc_rport_priv
306 * @rport: The remote port that the SCSI command is targeted at
342 struct fc_rport *rport; member in struct:fc_fcp_pkt
603 * Flush the rport work queue. Generally used before shutdown.
664 * Logoff, and remove the rport from the transport if
679 * lookup an rport b
[all...]
H A Dscsi_transport_fc.h520 /* work queues for rport state manipulation */
621 struct fc_rport *rport; member in struct:fc_bsg_job
709 * add/delete functions (so attributes reflect rport values).
751 * @rport: remote port to be checked
754 fc_remote_port_chkready(struct fc_rport *rport) argument
758 switch (rport->port_state) {
760 if (rport->roles & FC_PORT_ROLE_FCP_TARGET)
762 else if (rport->flags & FC_RPORT_DEVLOSS_PENDING)
768 if (rport->flags & FC_RPORT_FAST_FAIL_TIMEDOUT)
826 void fc_remote_port_delete(struct fc_rport *rport);
[all...]

Completed in 138 milliseconds