Searched refs:R_A_TOV_DEFAULT (Results 1 – 3 of 3) sorted by relevance
705 ha->r_a_tov = (uint16_t)(icb->login_timeout < R_A_TOV_DEFAULT ? in ql_nvram_config()706 R_A_TOV_DEFAULT : icb->login_timeout); in ql_nvram_config()1171 ha->r_a_tov = (uint16_t)(w1 < R_A_TOV_DEFAULT ? R_A_TOV_DEFAULT : w1); in ql_nvram_24xx_config()
3895 *tov = R_A_TOV_DEFAULT; in ql_get_timeout_parameters()3908 *tov = R_A_TOV_DEFAULT; in ql_get_timeout_parameters()
362 #define R_A_TOV_DEFAULT 20 /* 0 - 65535 */ macro