Home
last modified time | relevance | path

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

/illumos-gate/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.h1223 uint32_t r_a_tov; /* R_A_TOV must be in Big */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c718 ha->r_a_tov = (uint16_t)(icb->login_timeout < R_A_TOV_DEFAULT ? 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()
2915 login_wait = ha->r_a_tov * 2 * sec_delay; in ql_fw_ready()
2952 &ha->r_a_tov); in ql_fw_ready()
/illumos-gate/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.c2142 sp->cmn.w2.r_a_tov = port->sparam.cmn.w2.r_a_tov; in emlxs_fct_register_remote_port()
H A Demlxs_fcf.c10866 ratov = (LE_SWAP32(flogi_sparam->cmn.w2.r_a_tov) + 999) / 1000; in emlxs_vfi_reg_action()
12552 vpip->fabric_rpip->sparam.cmn.w2.r_a_tov = in emlxs_vpi_port_online_action()
12985 vpip->fabric_rpip->sparam.cmn.w2.r_a_tov = in emlxs_vpi_logi_failed_action()
H A Demlxs_solaris.c9281 sp->cmn.w2.r_a_tov = in emlxs_send_els()
9676 sp->cmn.w2.r_a_tov = in emlxs_send_els_rsp()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1647 uint16_t r_a_tov; /* 2 * R_A_TOV + 5 */ member