Home
last modified time | relevance | path

Searched refs:e_d_tov (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/
H A Dfc_appif.h165 uint32_t e_d_tov; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_els.c587 hba->fc_edtov = (LE_SWAP32(sp->cmn.e_d_tov) + 999999) / 1000000; in emlxs_handle_sol_flogi()
589 hba->fc_edtov = LE_SWAP32(sp->cmn.e_d_tov); in emlxs_handle_sol_flogi()
865 (LE_SWAP32(sp->cmn.e_d_tov) + 999999) / 1000000; in emlxs_handle_sol_plogi()
867 hba->fc_edtov = LE_SWAP32(sp->cmn.e_d_tov); in emlxs_handle_sol_plogi()
1202 (LE_SWAP32(sp->cmn.e_d_tov) + 999999) / 1000000; in emlxs_process_unsol_flogi()
1204 hba->fc_edtov = LE_SWAP32(sp->cmn.e_d_tov); in emlxs_process_unsol_flogi()
1421 (LE_SWAP32(sp->cmn.e_d_tov) + 999999) / 1000000; in emlxs_process_unsol_plogi()
1423 hba->fc_edtov = LE_SWAP32(sp->cmn.e_d_tov); in emlxs_process_unsol_plogi()
2263 lp[2] = LE_SWAP32(sp->cmn.e_d_tov); in emlxs_handle_unsol_rtv()
H A Demlxs_mbox.c2346 hba->fc_edtov, hba->sparam.cmn.e_d_tov, in emlxs_read_sparam_mbcmpl()
H A Demlxs_fcf.c3685 hba->fc_edtov, hba->sparam.cmn.e_d_tov, in emlxs_fc_fcftab_sparm_mbcmpl()
10860 edtov = (LE_SWAP32(flogi_sparam->cmn.e_d_tov) + 999999) / in emlxs_vfi_reg_action()
10863 edtov = LE_SWAP32(flogi_sparam->cmn.e_d_tov); in emlxs_vfi_reg_action()
H A Demlxs_solaris.c10775 sp->cmn.e_d_tov = LE_SWAP32(sp->cmn.e_d_tov); in emlxs_swap_service_params()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfc.h515 uint32_t e_d_tov; /* E_D_TOV must be in B.E. format */ member
H A Demlxs_hw.h1227 uint32_t e_d_tov; /* E_D_TOV must be in Big */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei.c537 els->common_service.e_d_tov = 0x07d0; in fcoei_attach_init()
H A Dfcoei_eth.c916 els_logi->common_service.e_d_tov = FCOE_B2V_4(src + in fcoei_fill_els_fpkt_resp()
H A Dfcoei_lv.c1375 FCOE_V2B_4(els_logi->common_service.e_d_tov, FPLD + offset); in fcoei_fill_els_logi_cmd()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c224 els->common_service.e_d_tov = 0x07d0; in ql_initialize_adapter()
H A Dql_api.c5330 acc.common_service.e_d_tov = 0x7d0; in ql_els_plogi()
5651 acc.common_service.e_d_tov = 0x7d0; in ql_els_flogi()
9231 payload->common_service.e_d_tov = 0x7d0; in ql_send_plogi()
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h8981 __be16 e_d_tov; member