Searched refs:R_A_TOV_DEFAULT (Results 1 – 3 of 3) sorted by relevance
718 ha->r_a_tov = (uint16_t)(icb->login_timeout < R_A_TOV_DEFAULT ? in ql_nvram_config()719 R_A_TOV_DEFAULT : icb->login_timeout); in ql_nvram_config()1194 ha->r_a_tov = (uint16_t)(w1 < R_A_TOV_DEFAULT ? R_A_TOV_DEFAULT : w1); in ql_nvram_24xx_config()
4109 *tov = R_A_TOV_DEFAULT; in ql_get_timeout_parameters()4122 *tov = R_A_TOV_DEFAULT; in ql_get_timeout_parameters()
447 #define R_A_TOV_DEFAULT 20 /* 0 - 65535 */ macro