Searched refs:R_A_TOV_DEFAULT (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c705 ha->r_a_tov = (uint16_t)(icb->login_timeout < R_A_TOV_DEFAULT ?
706 R_A_TOV_DEFAULT : icb->login_timeout);
1171 ha->r_a_tov = (uint16_t)(w1 < R_A_TOV_DEFAULT ? R_A_TOV_DEFAULT : w1);
H A Dql_mbx.c3895 *tov = R_A_TOV_DEFAULT;
3908 *tov = R_A_TOV_DEFAULT;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h362 #define R_A_TOV_DEFAULT 20 /* 0 - 65535 */ macro

Completed in 97 milliseconds