Searched refs:fc_ratov (Results 1 – 10 of 10) sorted by relevance
543 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 …]
2389 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);
1041 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()
5578 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()
238 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()
3091 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()
314 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()
2032 mb->un.varCfgLnk.ratov = hba->fc_ratov; in emlxs_mb_config_link()
3508 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()
1804 uint32_t fc_ratov; /* R_A_TOV timer value */ member