Home
last modified time | relevance | path

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

/titanic_50/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.c2389 cmd_sbp->ticks = hba->timer_tics + (2 * hba->fc_ratov);
2670 ((2 * hba->fc_ratov) < 30) ? 30 : (2 * hba->fc_ratov);
2803 ((2 * hba->fc_ratov) < 30) ? 30 : (2 * hba->fc_ratov);
4057 ((2 * hba->fc_ratov) < 30) ? 30 : (2 * hba->fc_ratov);
4063 pkt->pkt_timeout, hba->fc_ratov);
4153 ((2 * hba->fc_ratov) < 30) ? 30 : (2 * hba->fc_ratov);
4239 ((2 * hba->fc_ratov) < 30) ? 30 : (2 * hba->fc_ratov);
4661 ((2 * hba->fc_ratov) < 30) ? 30 : (2 * hba->fc_ratov);
H A Demlxs_clock.c1041 port->did, port->prev_did, hba->fc_ratov); in emlxs_timer_check_clean_address()
1072 port->did, port->prev_did, hba->fc_ratov); in emlxs_timer_cancel_clean_address()
1185 hba->timer_tics + (4 * hba->fc_ratov) + 10; in emlxs_pkt_chip_timeout()
H A Demlxs_dfc.c5578 if (timeout < (2 * hba->fc_ratov)) { in emlxs_dfc_send_ct()
5579 timeout = 2 * hba->fc_ratov; in emlxs_dfc_send_ct()
5774 timeout = 2 * hba->fc_ratov; in emlxs_dfc_send_ct_rsp()
6664 timeout = 2 * hba->fc_ratov; in emlxs_dfc_send_els()
8929 pkt->pkt_timeout = 2 * hba->fc_ratov; in emlxs_dfc_loopback_test()
H A Demlxs_sli3.c238 hba->fc_ratov = FF_DEF_RATOV; in emlxs_sli3_online()
3727 ((2 * hba->fc_ratov) < 60) ? 60 : (2 * hba->fc_ratov); in emlxs_sli3_prep_fct_iocb()
H A Demlxs_solaris.c3091 pkt->pkt_timeout = (2 * hba->fc_ratov); in emlxs_ub_els_reject()
3678 hba->timer_tics + (4 * hba->fc_ratov) + 10; in emlxs_fca_pkt_abort()
9259 LE_SWAP32((hba->fc_ratov * 1000)); in emlxs_send_els()
H A Demlxs_sli4.c314 hba->fc_ratov = FF_DEF_RATOV; in emlxs_sli4_online()
4100 ((2 * hba->fc_ratov) < 60) ? 60 : (2 * hba->fc_ratov); in emlxs_sli4_prep_fct_iocb()
H A Demlxs_mbox.c2032 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()
13229 pkt->pkt_timeout = (2 * hba->fc_ratov); in emlxs_vpi_logo_action()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1804 uint32_t fc_ratov; /* R_A_TOV timer value */ member