Searched refs:srp_reconnect_rport (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/include/scsi/
H A Dscsi_transport_srp.h87 * srp_reconnect_rport().
123 extern int srp_reconnect_rport(struct srp_rport *rport);
/linux-4.4.14/drivers/scsi/
H A Dscsi_transport_srp.c392 res = srp_reconnect_rport(rport); srp_reconnect_work()
545 * srp_reconnect_rport() - reconnect to an SRP target port
566 int srp_reconnect_rport(struct srp_rport *rport) srp_reconnect_rport() function
602 * srp_reconnect_rport() has been invoked with fast_io_fail srp_reconnect_rport()
619 EXPORT_SYMBOL(srp_reconnect_rport); variable
/linux-4.4.14/drivers/infiniband/ulp/srp/
H A Dib_srp.c1195 * directly but to call srp_reconnect_rport() instead since that last function
2055 * SDEV_CREATED_BLOCK). Avoid racing with srp_reconnect_rport() by srp_queuecommand()
2597 return srp_reconnect_rport(target->rport) == 0 ? SUCCESS : FAILED; srp_reset_host()

Completed in 146 milliseconds