Searched refs:failed_reconnects (Results 1 – 2 of 2) sorted by relevance
257 return sprintf(buf, "%d\n", rport->failed_reconnects); in show_failed_reconnects()260 static DEVICE_ATTR(failed_reconnects, S_IRUGO, show_failed_reconnects, NULL);389 ++rport->failed_reconnects, res); in srp_reconnect_work()391 min(100, max(1, rport->failed_reconnects - 10)); in srp_reconnect_work()559 rport->failed_reconnects = 0; in srp_reconnect_rport()
68 int failed_reconnects; member
Completed in 9 milliseconds