Home
last modified time | relevance | path

Searched refs:rport (Results 1 – 4 of 4) sorted by relevance

/include/scsi/
A Dscsi_transport_srp.h100 int (*reconnect)(struct srp_rport *rport);
101 void (*terminate_rport_io)(struct srp_rport *rport);
102 void (*rport_delete)(struct srp_rport *rport);
109 extern void srp_rport_get(struct srp_rport *rport);
110 extern void srp_rport_put(struct srp_rport *rport);
117 extern int srp_reconnect_rport(struct srp_rport *rport);
118 extern void srp_start_tl_fail_timers(struct srp_rport *rport);
120 extern void srp_stop_rport_timers(struct srp_rport *rport);
131 static inline int srp_chkready(struct srp_rport *rport) in srp_chkready() argument
133 switch (rport->state) { in srp_chkready()
A Dscsi_transport_fc.h772 fc_remote_port_chkready(struct fc_rport *rport) in fc_remote_port_chkready() argument
776 switch (rport->port_state) { in fc_remote_port_chkready()
779 if (rport->roles & FC_PORT_ROLE_FCP_TARGET) in fc_remote_port_chkready()
781 else if (rport->flags & FC_RPORT_DEVLOSS_PENDING) in fc_remote_port_chkready()
787 if (rport->flags & FC_RPORT_FAST_FAIL_TIMEDOUT) in fc_remote_port_chkready()
835 void fc_remote_port_delete(struct fc_rport *rport);
836 void fc_remote_port_rolechg(struct fc_rport *rport, u32 roles);
858 int fc_block_rport(struct fc_rport *rport);
A Dlibfc.h197 struct fc_rport *rport; member
348 struct fc_rport *rport; member
/include/linux/
A Dnvme-fc-driver.h499 struct nvme_fc_remote_port *rport,

Completed in 21 milliseconds