Lines Matching refs:fast_io_fail_tmo
1165 if (rport->fast_io_fail_tmo == -1 && in fc_rport_set_dev_loss_tmo()
1298 if (rport->fast_io_fail_tmo == -1) in show_fc_rport_fast_io_fail_tmo()
1300 return snprintf(buf, 20, "%d\n", rport->fast_io_fail_tmo); in show_fc_rport_fast_io_fail_tmo()
1317 rport->fast_io_fail_tmo = -1; in store_fc_rport_fast_io_fail_tmo()
1330 rport->fast_io_fail_tmo = val; in store_fc_rport_fast_io_fail_tmo()
1334 static FC_DEVICE_ATTR(rport, fast_io_fail_tmo, S_IRUGO | S_IWUSR,
2731 SETUP_PRIVATE_RPORT_ATTRIBUTE_RW(fast_io_fail_tmo); in fc_attach_transport()
3076 rport->fast_io_fail_tmo = -1; in fc_remote_port_create()
3453 if ((rport->fast_io_fail_tmo != -1) && in fc_remote_port_delete()
3454 (rport->fast_io_fail_tmo < timeout)) in fc_remote_port_delete()
3456 rport->fast_io_fail_tmo * HZ); in fc_remote_port_delete()