Home
last modified time | relevance | path

Searched refs:fast_io_fail_tmo (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/scsi/
Dscsi_transport_fc.c870 if (rport->fast_io_fail_tmo == -1 && in fc_rport_set_dev_loss_tmo()
951 if (rport->fast_io_fail_tmo == -1) in show_fc_rport_fast_io_fail_tmo()
953 return snprintf(buf, 20, "%d\n", rport->fast_io_fail_tmo); in show_fc_rport_fast_io_fail_tmo()
970 rport->fast_io_fail_tmo = -1; in store_fc_rport_fast_io_fail_tmo()
983 rport->fast_io_fail_tmo = val; in store_fc_rport_fast_io_fail_tmo()
987 static FC_DEVICE_ATTR(rport, fast_io_fail_tmo, S_IRUGO | S_IWUSR,
2249 SETUP_PRIVATE_RPORT_ATTRIBUTE_RW(fast_io_fail_tmo); in fc_attach_transport()
2593 rport->fast_io_fail_tmo = -1; in fc_rport_create()
2974 if ((rport->fast_io_fail_tmo != -1) && in fc_remote_port_delete()
2975 (rport->fast_io_fail_tmo < timeout)) in fc_remote_port_delete()
[all …]
/linux-2.6.39/include/scsi/
Dscsi_transport_fc.h338 u32 fast_io_fail_tmo; member