Lines Matching defs:def_timeout
1609 len = sprintf(buf, "%d\n", ha->ip_config.def_timeout);
2555 init_fw_cb->def_timeout =
3599 le16_to_cpu(fw_ddb_entry->def_timeout);
3725 fw_ddb_entry->def_timeout =
3880 sess->def_taskmgmt_tmo = le16_to_cpu(fw_ddb_entry->def_timeout);
3993 (le16_to_cpu(fw_ddb_entry->def_timeout) > LOGIN_TOV) &&
3994 (le16_to_cpu(fw_ddb_entry->def_timeout) < LOGIN_TOV * 10) ?
3995 le16_to_cpu(fw_ddb_entry->def_timeout) : LOGIN_TOV;
6636 uint16_t def_timeout;
6649 def_timeout = le16_to_cpu(ddb_entry->fw_ddb_entry.def_timeout);
6651 (def_timeout > LOGIN_TOV) && (def_timeout < LOGIN_TOV * 10) ?
6652 def_timeout : LOGIN_TOV;
7467 tmo = ((ha->def_timeout > LOGIN_TOV) &&
7468 (ha->def_timeout < LOGIN_TOV * 10) ?
7469 ha->def_timeout : LOGIN_TOV);
8535 tmo = ((ha->def_timeout > LOGIN_TOV) &&
8536 (ha->def_timeout < LOGIN_TOV * 10) ?
8537 ha->def_timeout : LOGIN_TOV);