Home
last modified time | relevance | path

Searched refs:fc_ratov (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_els.c543 port->did, port->prev_did, hba->fc_ratov); in emlxs_els_delay_discovery()
547 hba->timer_tics + hba->fc_ratov; in emlxs_els_delay_discovery()
593 hba->fc_ratov = (LE_SWAP32(sp->cmn.w2.r_a_tov) + 999) / 1000; in emlxs_handle_sol_flogi()
2158 pkt->pkt_timeout = (2 * hba->fc_ratov); in emlxs_handle_unsol_echo()
2235 pkt->pkt_timeout = (2 * hba->fc_ratov); in emlxs_handle_unsol_rtv()
2384 pkt->pkt_timeout = (2 * hba->fc_ratov); in emlxs_handle_unsol_rls()
2594 pkt->pkt_timeout = (2 * hba->fc_ratov); in emlxs_els_reply()
2697 pkt->pkt_timeout = (2 * hba->fc_ratov); in emlxs_els_reply()
3360 pkt->pkt_timeout = (2 * hba->fc_ratov); in emlxs_send_rsnn()
3428 pkt->pkt_timeout = (2 * hba->fc_ratov); in emlxs_ub_send_login_acc()
[all …]
H A Demlxs_fct.c2403 cmd_sbp->ticks = hba->timer_tics + (2 * hba->fc_ratov); in emlxs_fct_handle_unsol_req()
2684 ((2 * hba->fc_ratov) < 30) ? 30 : (2 * hba->fc_ratov); in emlxs_fct_send_fcp_status()
2817 ((2 * hba->fc_ratov) < 30) ? 30 : (2 * hba->fc_ratov); in emlxs_fct_send_qfull_reply()
4071 ((2 * hba->fc_ratov) < 30) ? 30 : (2 * hba->fc_ratov); in emlxs_fct_send_els_cmd()
4077 pkt->pkt_timeout, hba->fc_ratov); in emlxs_fct_send_els_cmd()
4167 ((2 * hba->fc_ratov) < 30) ? 30 : (2 * hba->fc_ratov); in emlxs_fct_send_els_rsp()
4253 ((2 * hba->fc_ratov) < 30) ? 30 : (2 * hba->fc_ratov); in emlxs_fct_send_ct_cmd()
4675 ((2 * hba->fc_ratov) < 30) ? 30 : (2 * hba->fc_ratov); in emlxs_fct_abort()
H A Demlxs_clock.c1048 port->did, port->prev_did, hba->fc_ratov); in emlxs_timer_check_clean_address()
1079 port->did, port->prev_did, hba->fc_ratov); in emlxs_timer_cancel_clean_address()
1192 hba->timer_tics + (4 * hba->fc_ratov) + 10; in emlxs_pkt_chip_timeout()
H A Demlxs_sli3.c239 hba->fc_ratov = FF_DEF_RATOV; in emlxs_sli3_online()
3732 ((2 * hba->fc_ratov) < 60) ? 60 : (2 * hba->fc_ratov); in emlxs_sli3_prep_fct_iocb()
H A Demlxs_dfc.c5634 if (timeout < (2 * hba->fc_ratov)) { in emlxs_dfc_send_ct()
5635 timeout = 2 * hba->fc_ratov; in emlxs_dfc_send_ct()
5830 timeout = 2 * hba->fc_ratov; in emlxs_dfc_send_ct_rsp()
6722 timeout = 2 * hba->fc_ratov; in emlxs_dfc_send_els()
8990 pkt->pkt_timeout = 2 * hba->fc_ratov; in emlxs_dfc_loopback_test()
H A Demlxs_sli4.c336 hba->fc_ratov = FF_DEF_RATOV; in emlxs_sli4_online()
4446 ((2 * hba->fc_ratov) < 60) ? 60 : (2 * hba->fc_ratov); in emlxs_sli4_prep_fct_iocb()
H A Demlxs_solaris.c3101 pkt->pkt_timeout = (2 * hba->fc_ratov); in emlxs_ub_els_reject()
3688 hba->timer_tics + (4 * hba->fc_ratov) + 10; in emlxs_fca_pkt_abort()
9282 LE_SWAP32((hba->fc_ratov * 1000)); in emlxs_send_els()
H A Demlxs_mbox.c2103 mb->un.varCfgLnk.ratov = hba->fc_ratov; in emlxs_mb_config_link()
H A Demlxs_fcf.c3508 mb4->un.varCfgLnk.ratov = hba->fc_ratov; in emlxs_fc_fcftab_cfglink_action()
13230 pkt->pkt_timeout = (2 * hba->fc_ratov); in emlxs_vpi_logo_action()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1817 uint32_t fc_ratov; /* R_A_TOV timer value */ member