time2wait        3423 drivers/scsi/libiscsi.c 		len = sprintf(buf, "%d\n", session->time2wait);
time2wait        2123 drivers/scsi/qla4xxx/ql4_mbx.c 	if (sess->time2wait)
time2wait        2125 drivers/scsi/qla4xxx/ql4_mbx.c 			cpu_to_le16(sess->time2wait);
time2wait        3541 drivers/scsi/qla4xxx/ql4_os.c 	sess->time2wait = le16_to_cpu(fw_ddb_entry->iscsi_def_time2wait);
time2wait        3669 drivers/scsi/qla4xxx/ql4_os.c 	fw_ddb_entry->iscsi_def_time2wait = cpu_to_le16(sess->time2wait);
time2wait        3778 drivers/scsi/qla4xxx/ql4_os.c 	sess->time2wait = le16_to_cpu(fw_ddb_entry->iscsi_def_time2wait);
time2wait        7924 drivers/scsi/qla4xxx/ql4_os.c 		rc = sprintf(buf, "%u\n", fnode_sess->time2wait);
time2wait        8188 drivers/scsi/qla4xxx/ql4_os.c 			fnode_sess->time2wait = *(uint16_t *)fnode_param->value;
time2wait         288 include/scsi/libiscsi.h 	int			time2wait;
time2wait         355 include/scsi/scsi_transport_iscsi.h 	int			time2wait;