Home
last modified time | relevance | path

Searched refs:r_a_tov (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfc.h512 uint32_t r_a_tov; /* RATOV (Big Endian) */ member
H A Demlxs_hw.h1195 uint32_t r_a_tov; /* R_A_TOV must be in Big */ member
/titanic_50/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 ? 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()
2838 timer = ha->r_a_tov < secs ? secs : ha->r_a_tov; in ql_fw_ready()
2858 &ha->r_a_tov); in ql_fw_ready()
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_els.c593 hba->fc_ratov = (LE_SWAP32(sp->cmn.w2.r_a_tov) + 999) / 1000; in emlxs_handle_sol_flogi()
2262 lp[1] = LE_SWAP32(sp->cmn.w2.r_a_tov); in emlxs_handle_unsol_rtv()
H A Demlxs_fct.c2128 sp->cmn.w2.r_a_tov = port->sparam.cmn.w2.r_a_tov;
H A Demlxs_fcf.c10866 ratov = (LE_SWAP32(flogi_sparam->cmn.w2.r_a_tov) + 999) / 1000; in emlxs_vfi_reg_action()
12551 vpip->fabric_rpip->sparam.cmn.w2.r_a_tov = in emlxs_vpi_port_online_action()
12984 vpip->fabric_rpip->sparam.cmn.w2.r_a_tov = in emlxs_vpi_logi_failed_action()
H A Demlxs_solaris.c9258 sp->cmn.w2.r_a_tov = in emlxs_send_els()
9653 sp->cmn.w2.r_a_tov = in emlxs_send_els_rsp()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1433 uint16_t r_a_tov; /* 2 * R_A_TOV + 5 */ member