Searched refs:LOGIN_TOV (Results 1 – 2 of 2) sorted by relevance
3978 (le16_to_cpu(fw_ddb_entry->def_timeout) > LOGIN_TOV) && in qla4xxx_update_session_conn_param()3979 (le16_to_cpu(fw_ddb_entry->def_timeout) < LOGIN_TOV * 10) ? in qla4xxx_update_session_conn_param()3980 le16_to_cpu(fw_ddb_entry->def_timeout) : LOGIN_TOV; in qla4xxx_update_session_conn_param()6629 (def_timeout > LOGIN_TOV) && (def_timeout < LOGIN_TOV * 10) ? in qla4xxx_setup_flash_ddb_entry()6630 def_timeout : LOGIN_TOV; in qla4xxx_setup_flash_ddb_entry()7445 tmo = ((ha->def_timeout > LOGIN_TOV) && in qla4xxx_sysfs_ddb_conn_open()7446 (ha->def_timeout < LOGIN_TOV * 10) ? in qla4xxx_sysfs_ddb_conn_open()7447 ha->def_timeout : LOGIN_TOV); in qla4xxx_sysfs_ddb_conn_open()8506 tmo = ((ha->def_timeout > LOGIN_TOV) && in qla4xxx_build_ddb_list()8507 (ha->def_timeout < LOGIN_TOV * 10) ? in qla4xxx_build_ddb_list()[all …]
210 #define LOGIN_TOV 12 macro
Completed in 28 milliseconds